Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h340 CST_CODE_BLOCKADDRESS = 21, // CST_CODE_BLOCKADDRESS [fnty, fnval, bb#] enumerator
/freebsd-12.1/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp251 case bitc::CST_CODE_BLOCKADDRESS: return "CST_CODE_BLOCKADDRESS"; in GetCodeName()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2469 Code = bitc::CST_CODE_BLOCKADDRESS; in writeConstants()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2596 case bitc::CST_CODE_BLOCKADDRESS:{ in parseConstants()