Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h67 uint64_t IdentificationBit; variable
73 uint64_t IdentificationBit, uint64_t ModuleBit) in BitcodeModule() argument
75 IdentificationBit(IdentificationBit), ModuleBit(ModuleBit) {} in BitcodeModule()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5774 uint64_t IdentificationBit = -1ull; in getBitcodeFileContents() local
5776 IdentificationBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
5793 Buffer.getBufferIdentifier(), IdentificationBit, in getBitcodeFileContents()
5862 if (IdentificationBit != -1ull) { in getModuleImpl()
5863 Stream.JumpToBit(IdentificationBit); in getModuleImpl()