Home
last modified time | relevance | path

Searched refs:parseFunctionSummary (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h346 bool parseFunctionSummary(std::string Name, GlobalValue::GUID, unsigned ID);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8619 if (parseFunctionSummary(Name, GUID, ID)) in parseGVEntry()
8647 bool LLParser::parseFunctionSummary(std::string Name, GlobalValue::GUID GUID, in parseFunctionSummary() function in LLParser