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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.h280 bool ParseFunctionBody(Function *F);
H A DBitcodeReader.cpp1902 /// ParseFunctionBody - Lazily parse the specified function body block.
1903 bool BitcodeReader::ParseFunctionBody(Function *F) { function in class:BitcodeReader
2798 if (ParseFunctionBody(F)) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLParser.h339 bool ParseFunctionBody(Function &Fn);
H A DLLParser.cpp367 ParseFunctionBody(*F);
2861 /// ParseFunctionBody
2864 bool LLParser::ParseFunctionBody(Function &Fn) {

Completed in 120 milliseconds