Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2522 std::error_code BitcodeReader::ParseFunctionBody(Function *F) { in ParseFunctionBody() function in BitcodeReader
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3526 bool LLParser::ParseFunctionBody(Function &Fn) { in ParseFunctionBody() function in LLParser