Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h396 bool parseConstVCall(FunctionSummary::ConstVCall &ConstVCall,
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9726 if (parseConstVCall(ConstVCall, IdToIndexMap, ConstVCallList.size())) in parseConstVCallList()
9750 bool LLParser::parseConstVCall(FunctionSummary::ConstVCall &ConstVCall, in parseConstVCall() function in LLParser