Home
last modified time | relevance | path

Searched refs:BLOCKINFO_CODE_BLOCKNAME (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DBitCodes.h75 BLOCKINFO_CODE_BLOCKNAME = 2, // BLOCKNAME: [name] enumerator
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitCodes.h73 BLOCKINFO_CODE_BLOCKNAME = 2, // BLOCKNAME: [name] enumerator
DBitstreamReader.h619 case bitc::BLOCKINFO_CODE_BLOCKNAME: { in ReadBlockInfoBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h101 BLOCKINFO_CODE_BLOCKNAME = 2, // Not used in PNaCl. enumerator
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp367 case bitc::BLOCKINFO_CODE_BLOCKNAME: { in ReadBlockInfoBlock()
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp126 case bitc::BLOCKINFO_CODE_BLOCKNAME: return "BLOCKNAME"; in GetCodeName()
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp447 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_BLOCKNAME, Record); in emitBlockID()
DASTWriter.cpp764 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_BLOCKNAME, Record); in EmitBlockID()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp139 case bitc::BLOCKINFO_CODE_BLOCKNAME: return "BLOCKNAME"; in GetCodeName()
/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp340 Stream.EmitRecord(llvm::bitc::BLOCKINFO_CODE_BLOCKNAME, Record); in EmitBlockID()