Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8408 uint64_t IdentificationBit = -1ull; in getEnableSplitLTOUnitAndUnifiedFlag()
8410 IdentificationBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getEnableSplitLTOUnitAndUnifiedFlag()
8433 Buffer.getBufferIdentifier(), IdentificationBit, in getEnableSplitLTOUnitAndUnifiedFlag()
8504 if (IdentificationBit != -1ull) { in getSingleModule()
8505 if (Error JumpFailed = Stream.JumpToBit(IdentificationBit)) in getSingleModule()
8219 uint64_t IdentificationBit = -1ull; getBitcodeFileContents() local