Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h113 uint64_t ModuleBit; variable
116 uint64_t IdentificationBit, uint64_t ModuleBit) in BitcodeModule() argument
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8267 uint64_t ModuleBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents() local