Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h365 bool parseVFuncId(FunctionSummary::VFuncId &VFuncId,
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp9228 if (parseVFuncId(VFuncId, IdToIndexMap, VFuncIdList.size())) in parseVFuncIdList()
9292 parseVFuncId(ConstVCall.VFunc, IdToIndexMap, Index)) in parseConstVCall()
9308 bool LLParser::parseVFuncId(FunctionSummary::VFuncId &VFuncId, in parseVFuncId() function in LLParser