Home
last modified time | relevance | path

Searched refs:parseFunctionBody (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h555 bool parseFunctionBody(Function &Fn);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp756 Error parseFunctionBody(Function *F);
3888 Error BitcodeReader::parseFunctionBody(Function *F) { in parseFunctionBody() function in BitcodeReader
5568 if (Error Err = parseFunctionBody(F)) in materialize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp569 parseFunctionBody(*F); in parseDefine()
6033 bool LLParser::parseFunctionBody(Function &Fn) { in parseFunctionBody() function in LLParser