Home
last modified time | relevance | path

Searched refs:IdentificationBit (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h66 uint64_t IdentificationBit; variable
72 uint64_t IdentificationBit, uint64_t ModuleBit) in BitcodeModule() argument
74 IdentificationBit(IdentificationBit), ModuleBit(ModuleBit) {} in BitcodeModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6363 uint64_t IdentificationBit = -1ull; in getBitcodeFileContents() local
6365 IdentificationBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
6388 Buffer.getBufferIdentifier(), IdentificationBit, in getBitcodeFileContents()
6459 if (IdentificationBit != -1ull) { in getModuleImpl()
6460 if (Error JumpFailed = Stream.JumpToBit(IdentificationBit)) in getModuleImpl()