Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h85 MODULE_CODE_ASM = 4, // ASM: [strchr x N] enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1162 writeStringRecord(Stream, bitc::MODULE_CODE_ASM, M.getModuleInlineAsm(), in writeModuleInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp3588 case bitc::MODULE_CODE_ASM: { // ASM: [strchr x N] in parseModule()