Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h110 uint64_t IdentificationBit; variable
116 uint64_t IdentificationBit, uint64_t ModuleBit) in BitcodeModule() argument
118 IdentificationBit(IdentificationBit), ModuleBit(ModuleBit) {} in BitcodeModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8248 uint64_t IdentificationBit = -1ull; in getBitcodeFileContents() local
8250 IdentificationBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
8273 Buffer.getBufferIdentifier(), IdentificationBit, in getBitcodeFileContents()
8344 if (IdentificationBit != -1ull) { in getModuleImpl()
8345 if (Error JumpFailed = Stream.JumpToBit(IdentificationBit)) in getModuleImpl()