Home
last modified time | relevance | path

Searched defs:ModuleBit (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h73 uint64_t ModuleBit; variable
76 uint64_t IdentificationBit, uint64_t ModuleBit) in BitcodeModule()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7607 uint64_t ModuleBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents() local