Searched refs:VST_CODE_BBENTRY (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h134 VST_CODE_BBENTRY = 2 // VST_BBENTRY: [bbid, namechar x N] enumerator in enum:llvm::bitc::ValueSymtabCodes
/freebsd-10.1-release/contrib/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp255 case bitc::VST_CODE_BBENTRY: return "BBENTRY";
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1527 Code = bitc::VST_CODE_BBENTRY;
1662 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_BBENTRY));
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp950 case bitc::VST_CODE_BBENTRY: {

Completed in 195 milliseconds