Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp224 std::map<const StringRef, ExceptionInfo> ExceptionTable; member
366 return !ExceptionSection.ExceptionTable.empty(); in hasExceptionSection()
818 auto Entry = ExceptionSection.ExceptionTable.find(SymbolRef.MCSym->getName()); in writeSymbolEntryForCsectMemberLabel()
819 if (Entry != ExceptionSection.ExceptionTable.end()) { in writeSymbolEntryForCsectMemberLabel()
1206 auto Entry = ExceptionSection.ExceptionTable.find(Symbol->getName()); in addExceptionEntry()
1207 if (Entry != ExceptionSection.ExceptionTable.end()) { in addExceptionEntry()
1217 ExceptionSection.ExceptionTable.insert( in addExceptionEntry()
1224 for (auto it = ExceptionSection.ExceptionTable.begin(); in getExceptionSectionSize()
1225 it != ExceptionSection.ExceptionTable.end(); ++it) in getExceptionSectionSize()
1236 for (auto it = ExceptionSection.ExceptionTable.begin(); in getExceptionOffset()
[all …]