Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h438 bool parseOptionalAllocs(std::vector<AllocInfo> &Allocs);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9429 if (parseOptionalAllocs(Allocs)) in parseFunctionSummary()
10436 bool LLParser::parseOptionalAllocs(std::vector<AllocInfo> &Allocs) { in parseOptionalAllocs() function in LLParser