Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp314 if (!ForwardRefTypeIds.empty()) in validateEndOfIndex()
315 return error(ForwardRefTypeIds.begin()->second.front().second, in validateEndOfIndex()
7900 auto FwdRefTIDs = ForwardRefTypeIds.find(ID); in parseTypeIdEntry()
7901 if (FwdRefTIDs != ForwardRefTypeIds.end()) { in parseTypeIdEntry()
7907 ForwardRefTypeIds.erase(FwdRefTIDs); in parseTypeIdEntry()
8005 auto FwdRefTIDs = ForwardRefTypeIds.find(ID); in parseTypeIdCompatibleVtableEntry()
8006 if (FwdRefTIDs != ForwardRefTypeIds.end()) { in parseTypeIdCompatibleVtableEntry()
8012 ForwardRefTypeIds.erase(FwdRefTIDs); in parseTypeIdCompatibleVtableEntry()
9200 auto &Ids = ForwardRefTypeIds[I.first]; in parseTypeTests()
9239 auto &Ids = ForwardRefTypeIds[I.first]; in parseVFuncIdList()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h147 ForwardRefTypeIds; variable