Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp246 std::map<const StringRef, ExceptionInfo> ExceptionTable; member
429 return !ExceptionSection.ExceptionTable.empty(); in hasExceptionSection()
896 if (Entry != ExceptionSection.ExceptionTable.end()) { in writeSymbolEntryForCsectMemberLabel()
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()
1606 for (auto it = ExceptionEntry.ExceptionTable.begin(); in writeSectionForExceptionSectionEntry()
[all …]