Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h352 bool parseConstVCall(FunctionSummary::ConstVCall &ConstVCall,
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9103 if (parseConstVCall(ConstVCall, IdToIndexMap, ConstVCallList.size())) in parseConstVCallList()
9127 bool LLParser::parseConstVCall(FunctionSummary::ConstVCall &ConstVCall, in parseConstVCall() function in LLParser