Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp244 std::map<const StringRef, ExceptionInfo> ExceptionTable; member
423 return !ExceptionSection.ExceptionTable.empty(); in hasExceptionSection()
936 auto Entry = ExceptionSection.ExceptionTable.find(SymbolRef.MCSym->getName()); in writeSymbolEntryForCsectMemberLabel()
937 if (Entry != ExceptionSection.ExceptionTable.end()) { in writeSymbolEntryForCsectMemberLabel()
1354 auto Entry = ExceptionSection.ExceptionTable.find(Symbol->getName()); in addExceptionEntry()
1355 if (Entry != ExceptionSection.ExceptionTable.end()) { in addExceptionEntry()
1365 ExceptionSection.ExceptionTable.insert( in addExceptionEntry()
1372 for (const auto &TableEntry : ExceptionSection.ExceptionTable) in getExceptionSectionSize()
1383 for (const auto &TableEntry : ExceptionSection.ExceptionTable) { in getExceptionOffset()
1465 ExceptionSection.ExceptionTable.find(Sym.MCSym->getName()); in assignAddressesAndIndices()
[all …]