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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2048 /// ParseFunctionBody - Lazily parse the specified function body block.
2049 bool BitcodeReader::ParseFunctionBody(Function *F) { function in class:BitcodeReader
2872 if (ParseFunctionBody(F)) {

Completed in 183 milliseconds