Lines Matching full:exceptiontable
245 std::map<const StringRef, ExceptionInfo> ExceptionTable;
424 return !ExceptionSection.ExceptionTable.empty();
946 auto Entry = ExceptionSection.ExceptionTable.find(SymbolRef.MCSym->getName());
947 if (Entry != ExceptionSection.ExceptionTable.end()) {
1364 auto Entry = ExceptionSection.ExceptionTable.find(Symbol->getName());
1365 if (Entry != ExceptionSection.ExceptionTable.end()) {
1375 ExceptionSection.ExceptionTable.insert(
1382 for (const auto &TableEntry : ExceptionSection.ExceptionTable)
1393 for (const auto &TableEntry : ExceptionSection.ExceptionTable) {
1475 ExceptionSection.ExceptionTable.find(Sym.MCSym->getName());
1476 if (Entry != ExceptionSection.ExceptionTable.end()) {
1662 for (const auto &TableEntry : ExceptionEntry.ExceptionTable) {