Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h69 uint64_t ModuleBit; variable
72 uint64_t IdentificationBit, uint64_t ModuleBit) in BitcodeModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5669 uint64_t ModuleBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents() local