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

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

Completed in 126 milliseconds