search for: getmaxpo

Displaying 1 result from an estimated 1 matches for "getmaxpo".

Did you mean: getmaxpos
2014 Dec 19
2
[LLVMdev] [Patches][RFC] What to do about bitcode streaming.
...treamedBitcodeModule(DisplayFilename, std::move(Streamer), Context); > if (std::error_code EC = MOrErr.getError()) > ErrorMessage = EC.message(); > else > M = std::move(*MOrErr); > if(M.get()) { > + errs() << "foobar " << Foo.getMaxPos() << '\n'; Debug output? > if (std::error_code EC = M->materializeAllPermanently()) { > ErrorMessage = EC.message(); > M.reset();