Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h613 FUNC_CODE_INST_CALLBR = 57, // CALLBR: [attr, cc, norm, transfs, enumerator
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3061 Code = bitc::FUNC_CODE_INST_CALLBR; in writeInstruction()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5601 case bitc::FUNC_CODE_INST_CALLBR: { in parseFunctionBody()