Lines Matching refs:ExceptionTable
246 std::map<const StringRef, ExceptionInfo> ExceptionTable; member
429 return !ExceptionSection.ExceptionTable.empty(); in hasExceptionSection()
895 auto Entry = ExceptionSection.ExceptionTable.find(SymbolRef.MCSym->getName()); in writeSymbolEntryForCsectMemberLabel()
896 if (Entry != ExceptionSection.ExceptionTable.end()) { in writeSymbolEntryForCsectMemberLabel()
1308 auto Entry = ExceptionSection.ExceptionTable.find(Symbol->getName()); in addExceptionEntry()
1309 if (Entry != ExceptionSection.ExceptionTable.end()) { in addExceptionEntry()
1319 ExceptionSection.ExceptionTable.insert( in addExceptionEntry()
1326 for (auto it = ExceptionSection.ExceptionTable.begin(); in getExceptionSectionSize()
1327 it != ExceptionSection.ExceptionTable.end(); ++it) in getExceptionSectionSize()
1338 for (auto it = ExceptionSection.ExceptionTable.begin(); in getExceptionOffset()
1339 it != ExceptionSection.ExceptionTable.end(); ++it) { in getExceptionOffset()
1419 ExceptionSection.ExceptionTable.find(Sym.MCSym->getName()); in assignAddressesAndIndices()
1420 if (Entry != ExceptionSection.ExceptionTable.end()) { in assignAddressesAndIndices()
1606 for (auto it = ExceptionEntry.ExceptionTable.begin(); in writeSectionForExceptionSectionEntry()
1607 it != ExceptionEntry.ExceptionTable.end(); it++) { in writeSectionForExceptionSectionEntry()