Home | History | Annotate | Download | only in Reader

Lines Matching refs:ParseFunctionBody

2244 /// ParseFunctionBody - Lazily parse the specified function body block.
2245 std::error_code BitcodeReader::ParseFunctionBody(Function *F) {
3224 if (std::error_code EC = ParseFunctionBody(F))