Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h155 ForwardRefTypeIds; variable
H A DLLParser.cpp278 if (!ForwardRefTypeIds.empty()) in ValidateEndOfIndex()
279 return Error(ForwardRefTypeIds.begin()->second.front().second, in ValidateEndOfIndex()
281 Twine(ForwardRefTypeIds.begin()->first) + "'"); in ValidateEndOfIndex()
7218 auto FwdRefTIDs = ForwardRefTypeIds.find(ID); in ParseTypeIdEntry()
7219 if (FwdRefTIDs != ForwardRefTypeIds.end()) { in ParseTypeIdEntry()
7225 ForwardRefTypeIds.erase(FwdRefTIDs); in ParseTypeIdEntry()
8139 auto FwdRef = ForwardRefTypeIds.insert(std::make_pair( in ParseTypeTests()
8180 auto FwdRef = ForwardRefTypeIds.insert(std::make_pair( in ParseVFuncIdList()
8219 auto FwdRef = ForwardRefTypeIds.insert(std::make_pair( in ParseConstVCallList()