Home
last modified time | relevance | path

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

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