Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h252 CST_CODE_BLOCKADDRESS = 21, // CST_CODE_BLOCKADDRESS [fnty, fnval, bb#] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp238 case bitc::CST_CODE_BLOCKADDRESS: return "CST_CODE_BLOCKADDRESS"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1721 Code = bitc::CST_CODE_BLOCKADDRESS; in WriteConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2928 case bitc::CST_CODE_BLOCKADDRESS:{ in parseConstants()