Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h398 bool parseVFuncId(FunctionSummary::VFuncId &VFuncId,
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9689 if (parseVFuncId(VFuncId, IdToIndexMap, VFuncIdList.size())) in parseVFuncIdList()
9753 parseVFuncId(ConstVCall.VFunc, IdToIndexMap, Index)) in parseConstVCall()
9769 bool LLParser::parseVFuncId(FunctionSummary::VFuncId &VFuncId, in parseVFuncId() function in LLParser