Searched refs:IdentificationBit (Results 1 – 2 of 2) sorted by relevance
110 uint64_t IdentificationBit; variable116 uint64_t IdentificationBit, uint64_t ModuleBit) in BitcodeModule() argument118 IdentificationBit(IdentificationBit), ModuleBit(ModuleBit) {} in BitcodeModule()
8408 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