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.h410 bool parseVFuncId(FunctionSummary::VFuncId &VFuncId,
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10150 if (parseVFuncId(VFuncId, IdToIndexMap, VFuncIdList.size())) in parseVFuncIdList()
10214 parseVFuncId(ConstVCall.VFunc, IdToIndexMap, Index)) in parseConstVCall()
10230 bool LLParser::parseVFuncId(FunctionSummary::VFuncId &VFuncId, in parseVFuncId() function in LLParser