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.cpp245 std::map<const StringRef, ExceptionInfo> ExceptionTable; member
425 return !ExceptionSection.ExceptionTable.empty(); in hasExceptionSection()
949 auto Entry = ExceptionSection.ExceptionTable.find(SymbolRef.MCSym->getName()); in writeSymbolEntryForCsectMemberLabel()
950 if (Entry != ExceptionSection.ExceptionTable.end()) { in writeSymbolEntryForCsectMemberLabel()
1370 auto Entry = ExceptionSection.ExceptionTable.find(Symbol->getName()); in addExceptionEntry()
1371 if (Entry != ExceptionSection.ExceptionTable.end()) { in addExceptionEntry()
1381 ExceptionSection.ExceptionTable.insert( in addExceptionEntry()
1388 for (const auto &TableEntry : ExceptionSection.ExceptionTable) in getExceptionSectionSize()
1399 for (const auto &TableEntry : ExceptionSection.ExceptionTable) { in getExceptionOffset()
1481 ExceptionSection.ExceptionTable.find(Sym.MCSym->getName()); in assignAddressesAndIndices()
[all …]