Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h545 bool parseFunctionBody(Function &Fn);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp724 Error parseFunctionBody(Function *F);
3860 Error BitcodeReader::parseFunctionBody(Function *F) { in parseFunctionBody() function in BitcodeReader
5499 if (Error Err = parseFunctionBody(F)) in materialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp542 parseFunctionBody(*F); in parseDefine()
5734 bool LLParser::parseFunctionBody(Function &Fn) { in parseFunctionBody() function in LLParser