Home
last modified time | relevance | path

Searched refs:ResumeBit (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp427 std::error_code parseModule(uint64_t ResumeBit,
3553 std::error_code BitcodeReader::parseModule(uint64_t ResumeBit, in parseModule() argument
3555 if (ResumeBit) in parseModule()
3556 Stream.JumpToBit(ResumeBit); in parseModule()