Home
last modified time | relevance | path

Searched full:exceptiontable (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/lldb/test/Shell/Minidump/Windows/Inputs/
H A Dbroken-unwind.exe.yaml1 # The ExceptionTable RelativeVirtualAddress below points outside of allocated
31 ExceptionTable:
H A Darm-fp-unwind.exe.yaml28 ExceptionTable:
/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
H A Dcheck-debug-dir-present.test17 # CHECK-NEXT: ExceptionTable:
64 ExceptionTable:
/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp245 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...]
/llvm-project/llvm/test/tools/yaml2obj/COFF/
H A Dvariable-number-rva.yaml51 # ROUNDTRIP16-NEXT: ExceptionTable:
165 # ROUNDTRIP6-NEXT: ExceptionTable:
231 # ROUNDTRIP18-NEXT: ExceptionTable:
H A Dbasic-arm64.yaml40 ExceptionTable:
/llvm-project/llvm/test/tools/llvm-objcopy/COFF/Inputs/
H A Di386-exe.yaml28 ExceptionTable:
H A Dx86_64-exe.yaml28 ExceptionTable:
/llvm-project/llvm/test/Object/Inputs/COFF/
H A Ddata-dir-out-of-bounds.yaml28 ExceptionTable:
H A Ddwarf-debug-only.yaml28 ExceptionTable:
/llvm-project/lldb/test/Shell/ObjectFile/PECOFF/
H A Dinvalid-export-table.yaml35 ExceptionTable:
H A Dsection-types.yaml36 ExceptionTable:
H A Dbasic-info.yaml40 ExceptionTable:
H A Dbasic-info-arm.yaml40 ExceptionTable:
H A Dbasic-info-arm64.yaml40 ExceptionTable:
H A Duuid.yaml34 ExceptionTable:
H A Ddisassemble-thumb.yaml36 ExceptionTable:
H A Dsymbol.yaml39 ExceptionTable:
/llvm-project/lldb/test/Shell/Process/Windows/
H A Dlaunch_failure.yaml39 ExceptionTable:
/llvm-project/llvm/test/tools/llvm-objdump/COFF/Inputs/
H A Deh_frame-coff.yaml28 ExceptionTable:
/llvm-project/llvm/test/tools/llvm-readobj/COFF/
H A Dunwind-x86_64-image.yaml73 ExceptionTable:
H A Dunwind-arm64-image.yaml64 ExceptionTable:
/llvm-project/lld/COFF/
H A DWriter.cpp258 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(exceptionTable
1707 ChunkRange &exceptionTable = writeHeader() local
2240 sortExceptionTable(ChunkRange & exceptionTable) sortExceptionTable() argument
[all...]
/llvm-project/llvm/test/tools/llvm-objdump/COFF/
H A Dprivate-headers.yaml80 ExceptionTable:
/llvm-project/lldb/unittests/ObjectFile/PECOFF/
H A DTestPECallFrameInfo.cpp62 ExceptionTable: in GetUnwindPlan()

12