Searched full:exceptiontable (Results 1 – 25 of 28) sorted by relevance
12
1 # The ExceptionTable RelativeVirtualAddress below points outside of allocated31 ExceptionTable:
28 ExceptionTable:
17 # CHECK-NEXT: ExceptionTable:64 ExceptionTable:
245 std::map<const StringRef, ExceptionInfo> ExceptionTable; member 424 return !ExceptionSection.ExceptionTable.empty();946 auto Entry = ExceptionSection.ExceptionTable.find(SymbolRef.MCSym->getName()); in writeSymbolEntryForCsectMemberLabel() 947 if (Entry != ExceptionSection.ExceptionTable.end()) { in writeSymbolEntryForCsectMemberLabel() 1364 auto Entry = ExceptionSection.ExceptionTable.find(Symbol->getName()); in addExceptionEntry() 1365 if (Entry != ExceptionSection.ExceptionTable.end()) { in addExceptionEntry() 1375 ExceptionSection.ExceptionTable.insert( in addExceptionEntry() 1382 for (const auto &TableEntry : ExceptionSection.ExceptionTable) in addExceptionEntry() 1393 for (const auto &TableEntry : ExceptionSection.ExceptionTable) { in getExceptionSectionSize() 1475 ExceptionSection.ExceptionTable in assignAddressesAndIndices() [all...]
51 # ROUNDTRIP16-NEXT: ExceptionTable:165 # ROUNDTRIP6-NEXT: ExceptionTable:231 # ROUNDTRIP18-NEXT: ExceptionTable:
40 ExceptionTable:
35 ExceptionTable:
36 ExceptionTable:
34 ExceptionTable:
39 ExceptionTable:
73 ExceptionTable:
64 ExceptionTable:
258 template <typename T> void sortExceptionTable(ChunkRange &exceptionTable);1862 ChunkRange &exceptionTable = in maybeAddAddressTakenFunction() 1864 if (exceptionTable.first) { in maybeAddAddressTakenFunction() 1866 exceptionTable.first->getRVA();1867 dir[EXCEPTION_TABLE].Size = exceptionTable.last->getRVA() +1868 exceptionTable.last->getSize() - in markSymbolsWithRelocations() 1869 exceptionTable.first->getRVA(); in markSymbolsWithRelocations() 2514 void Writer::sortExceptionTable(ChunkRange &exceptionTable) {2515 if (!exceptionTable.first)2524 uint8_t *begin = bufAddr(exceptionTable1707 ChunkRange &exceptionTable = writeHeader() local 2240 sortExceptionTable(ChunkRange & exceptionTable) sortExceptionTable() argument [all...]
80 ExceptionTable:
62 ExceptionTable: in GetUnwindPlan()