Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h189 MST_CODE_ENTRY = 1, // MST_ENTRY: [modid, namechar x N] enumerator
/external/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h193 MST_CODE_ENTRY = 1, // MST_ENTRY: [modid, namechar x N] enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h191 MST_CODE_ENTRY = 1, // MST_ENTRY: [modid, namechar x N] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3129 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3137 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3145 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3179 Stream.EmitRecord(bitc::MST_CODE_ENTRY, Vals, AbbrevToUse); in writeModStrings()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3451 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3459 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3467 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3499 Stream.EmitRecord(bitc::MST_CODE_ENTRY, Vals, AbbrevToUse); in writeModStrings()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3529 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3537 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3545 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_ENTRY)); in writeModStrings()
3577 Stream.EmitRecord(bitc::MST_CODE_ENTRY, Vals, AbbrevToUse); in writeModStrings()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6224 case bitc::MST_CODE_ENTRY: { in parseModuleStringTable()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6389 case bitc::MST_CODE_ENTRY: { in parseModuleStringTable()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6451 case bitc::MST_CODE_ENTRY: { in parseModuleStringTable()