Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h405 std::vector<FunctionSummary::ConstVCall> &ConstVCallList);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10176 std::vector<FunctionSummary::ConstVCall> &ConstVCallList) { in parseConstVCallList() argument
10187 if (parseConstVCall(ConstVCall, IdToIndexMap, ConstVCallList.size())) in parseConstVCallList()
10189 ConstVCallList.push_back(ConstVCall); in parseConstVCallList()
10200 assert(ConstVCallList[P.first].VFunc.GUID == 0 && in parseConstVCallList()
10202 Ids.emplace_back(&ConstVCallList[P.first].VFunc.GUID, P.second); in parseConstVCallList()