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

/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1975 /// ParseFunctionBody - Lazily parse the specified function body block.
1976 bool BitcodeReader::ParseFunctionBody(Function *F) { function in class:BitcodeReader
2898 if (ParseFunctionBody(F)) {

Completed in 82 milliseconds