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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h69 uint64_t IdentificationBit; member in class:llvm::BitcodeModule
75 uint64_t IdentificationBit, uint64_t ModuleBit)
77 IdentificationBit(IdentificationBit), ModuleBit(ModuleBit) {}
74 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, uint64_t IdentificationBit, uint64_t ModuleBit) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6485 uint64_t IdentificationBit = -1ull; local
6487 IdentificationBit = Stream.GetCurrentBitNo() - BCBegin * 8;
6510 Buffer.getBufferIdentifier(), IdentificationBit,
6582 if (IdentificationBit != -1ull) {
6583 if (Error JumpFailed = Stream.JumpToBit(IdentificationBit))

Completed in 327 milliseconds