Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h109 uint64_t IdentificationBit; variable
115 uint64_t IdentificationBit, uint64_t ModuleBit) in BitcodeModule() argument
117 IdentificationBit(IdentificationBit), ModuleBit(ModuleBit) {} in BitcodeModule()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7851 uint64_t IdentificationBit = -1ull; in getBitcodeFileContents() local
7853 IdentificationBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
7876 Buffer.getBufferIdentifier(), IdentificationBit, in getBitcodeFileContents()
7947 if (IdentificationBit != -1ull) { in getModuleImpl()
7948 if (Error JumpFailed = Stream.JumpToBit(IdentificationBit)) in getModuleImpl()