Home
last modified time | relevance | path

Searched refs:FUNC_CODE_INST_CALL (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h314 FUNC_CODE_INST_CALL = 34, // CALL: [attr, fnty, fnid, args...] enumerator
/trueos/contrib/llvm/tools/llvm-bcanalyzer/
HDllvm-bcanalyzer.cpp248 case bitc::FUNC_CODE_INST_CALL: return "INST_CALL"; in GetCodeName()
/trueos/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1457 Code = bitc::FUNC_CODE_INST_CALL; in WriteInstruction()
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2903 case bitc::FUNC_CODE_INST_CALL: { in ParseFunctionBody()