Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp293 if (!ForwardRefTypeIds.empty()) in validateEndOfIndex()
294 return error(ForwardRefTypeIds.begin()->second.front().second, in validateEndOfIndex()
7766 auto FwdRefTIDs = ForwardRefTypeIds.find(ID); in parseTypeIdEntry()
7767 if (FwdRefTIDs != ForwardRefTypeIds.end()) { in parseTypeIdEntry()
7773 ForwardRefTypeIds.erase(FwdRefTIDs); in parseTypeIdEntry()
7871 auto FwdRefTIDs = ForwardRefTypeIds.find(ID); in parseTypeIdCompatibleVtableEntry()
7872 if (FwdRefTIDs != ForwardRefTypeIds.end()) { in parseTypeIdCompatibleVtableEntry()
7878 ForwardRefTypeIds.erase(FwdRefTIDs); in parseTypeIdCompatibleVtableEntry()
9038 auto &Ids = ForwardRefTypeIds[I.first]; in parseTypeTests()
9077 auto &Ids = ForwardRefTypeIds[I.first]; in parseVFuncIdList()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h136 ForwardRefTypeIds; variable