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.h409 std::vector<FunctionSummary::ConstVCall> &ConstVCallList);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10504 std::vector<FunctionSummary::ConstVCall> &ConstVCallList) { in parseConstVCallList() argument
10515 if (parseConstVCall(ConstVCall, IdToIndexMap, ConstVCallList.size())) in parseConstVCallList()
10517 ConstVCallList.push_back(ConstVCall); in parseConstVCallList()
10528 assert(ConstVCallList[P.first].VFunc.GUID == 0 && in parseConstVCallList()
10530 Ids.emplace_back(&ConstVCallList[P.first].VFunc.GUID, P.second); in parseConstVCallList()