Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h414 bool parseVFuncId(FunctionSummary::VFuncId &VFuncId,
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10478 if (parseVFuncId(VFuncId, IdToIndexMap, VFuncIdList.size())) in parseVFuncIdList()
10542 parseVFuncId(ConstVCall.VFunc, IdToIndexMap, Index)) in parseConstVCall()
10558 bool LLParser::parseVFuncId(FunctionSummary::VFuncId &VFuncId, in parseVFuncId() function in LLParser