Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5656 uint64_t IdentificationBit = -1ull; in getBitcodeFileContents() local
5658 IdentificationBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
5675 Buffer.getBufferIdentifier(), IdentificationBit, in getBitcodeFileContents()
5744 if (IdentificationBit != -1ull) { in getModuleImpl()
5745 Stream.JumpToBit(IdentificationBit); in getModuleImpl()