Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp411 if (!ForwardRefTypeIds.empty()) in validateEndOfIndex()
412 return error(ForwardRefTypeIds.begin()->second.front().second, in validateEndOfIndex()
8331 auto FwdRefTIDs = ForwardRefTypeIds.find(ID); in parseTypeIdEntry()
8332 if (FwdRefTIDs != ForwardRefTypeIds.end()) { in parseTypeIdEntry()
8338 ForwardRefTypeIds.erase(FwdRefTIDs); in parseTypeIdEntry()
8436 auto FwdRefTIDs = ForwardRefTypeIds.find(ID); in parseTypeIdCompatibleVtableEntry()
8437 if (FwdRefTIDs != ForwardRefTypeIds.end()) { in parseTypeIdCompatibleVtableEntry()
8443 ForwardRefTypeIds.erase(FwdRefTIDs); in parseTypeIdCompatibleVtableEntry()
9661 auto &Ids = ForwardRefTypeIds[I.first]; in parseTypeTests()
9700 auto &Ids = ForwardRefTypeIds[I.first]; in parseVFuncIdList()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h171 ForwardRefTypeIds; variable