Searched defs:ParseFunctionBody (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2244 /// ParseFunctionBody - Lazily parse the specified function body block.
2245 std::error_code BitcodeReader::ParseFunctionBody(Function *F) { function in class:BitcodeReader
3224 if (std::error_code EC = ParseFunctionBody(F))

Completed in 1630 milliseconds