Home
last modified time | relevance | path

Searched refs:MST_CODE_ENTRY (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h201 MST_CODE_ENTRY = 1, // MST_ENTRY: [modid, namechar x N] enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3766 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3774 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3782 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3815 Stream.EmitRecord(bitc::MST_CODE_ENTRY, Vals, AbbrevToUse); in writeModStrings()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7765 case bitc::MST_CODE_ENTRY: { in parseModuleStringTable()