Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h192 MST_CODE_HASH = 2, // MST_HASH: [5*i32] enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp3475 Abbv->Add(BitCodeAbbrevOp(bitc::MST_CODE_HASH)); in writeModStrings()
3506 Stream.EmitRecord(bitc::MST_CODE_HASH, Vals, AbbrevHash); in writeModStrings()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp6238 case bitc::MST_CODE_HASH: { in parseModuleStringTable()