Home
last modified time | relevance | path

Searched refs:USELIST_BLOCK_ID (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h49 USELIST_BLOCK_ID, // Not used in PNaCl. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h47 USELIST_BLOCK_ID, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp71 case bitc::USELIST_BLOCK_ID: in GetBlockName()
364 case bitc::USELIST_BLOCK_ID: in GetCodeName()
DBitcodeReader.cpp2832 if (Error Err = Stream.EnterSubBlock(bitc::USELIST_BLOCK_ID)) in parseUseLists()
3541 case bitc::USELIST_BLOCK_ID: in parseModule()
3772 case bitc::USELIST_BLOCK_ID: in parseFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3163 Stream.EnterSubblock(bitc::USELIST_BLOCK_ID, 3); in writeUseListBlock()