llvm-project/llvm/lib/ExecutionEngine/JITLink
Kazu Hirata eca990702d [ExecutionEngine] Fix a warning
This patch fixes the warning:

  llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp:66:11: error: unused
  type alias 'Base' [-Werror,-Wunused-local-typedef]
2022-08-15 20:33:10 -07:00
..
CMakeLists.txt Re-apply "[JITLink] Introduce ELF/i386 backend " with correct authorship. 2022-08-15 18:44:43 -07:00
COFF.cpp [JITLink][COFF] Initial COFF support. 2022-07-13 03:52:43 +09:00
COFFDirectiveParser.cpp [JITLInk][COFF] Remove unnecessary unique_ptr. (NFC) 2022-07-31 08:08:19 +09:00
COFFDirectiveParser.h [ExecutionEngine] Ensure newlines at the end of files (NFC) 2022-07-31 15:16:58 -07:00
COFFLinkGraphBuilder.cpp [ExecutionEngine] Ensure newlines at the end of files (NFC) 2022-07-31 15:16:58 -07:00
COFFLinkGraphBuilder.h [JITLink][COFF] Handle COMDAT symbol with offset. 2022-07-31 09:09:48 +09:00
COFFOptions.td [JITLink][COFF] Implement include/alternatename linker directive. 2022-07-31 07:49:59 +09:00
COFF_x86_64.cpp [JITLink][COFF][x86_64] Stub SECREL relocation to external symbol. 2022-08-11 15:12:25 +09:00
DWARFRecordSectionSplitter.cpp [JITLink] Hook up prebuilt cache in DWARFRecordSectionSplitter::processBlock. 2022-07-19 15:03:14 -07:00
DefineExternalSectionStartAndEndSymbols.h Re-apply "[JITLink] Update JITLink to use ExecutorAddr rather... " with fixes. 2022-01-06 17:22:21 +11:00
EHFrameSupport.cpp [JITLink] Fix some missing std::moves. 2022-08-14 11:42:26 -07:00
EHFrameSupportImpl.h [JITLink] Refactor and expand DWARF pointer encoding support. 2022-04-15 12:51:46 -07:00
ELF.cpp Re-apply "[JITLink] Introduce ELF/i386 backend " with correct authorship. 2022-08-15 18:44:43 -07:00
ELFLinkGraphBuilder.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
ELFLinkGraphBuilder.h reapply de87238295 "[JITLink] Add anonymous symbols in LinkGraph..." 2022-01-22 20:50:36 +08:00
ELF_aarch64.cpp [ORC][ORC_RT][AArch64] Implement TLS descriptor in ELFNixPlatform. 2022-07-06 20:12:22 +09:00
ELF_i386.cpp [ExecutionEngine] Fix a warning 2022-08-15 20:33:10 -07:00
ELF_riscv.cpp [JITLink][RISCV] Ignore R_RISCV_RELAX and check R_RISCV_ALIGN 2022-07-06 18:09:19 +02:00
ELF_x86_64.cpp [JITLink][ELF] Log enum name of unsupported relocation type. 2022-06-15 23:26:29 +09:00
JITLink.cpp [JITLink][COFF] Initial COFF support. 2022-07-13 03:52:43 +09:00
JITLinkGeneric.cpp Revert "[JITLink] Fix some C++17 related fixmes." 2022-08-07 12:15:59 -07:00
JITLinkGeneric.h [JITLink] Relax zero-fill edge assertions. 2022-07-31 08:34:10 +09:00
JITLinkMemoryManager.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
MachO.cpp
MachOLinkGraphBuilder.cpp [JITLink][MachO] Fix alignment bug in the c-string literal section graphifier. 2022-04-05 17:38:54 -07:00
MachOLinkGraphBuilder.h Re-apply "[JITLink] Update JITLink to use ExecutorAddr rather... " with fixes. 2022-01-06 17:22:21 +11:00
MachO_arm64.cpp [JITLink] Add eh-frame CFI inspector, fix crash on malformed FDEs. 2022-08-14 10:49:26 -07:00
MachO_x86_64.cpp [llvm] Qualify auto (NFC) 2022-08-07 23:55:27 -07:00
MemoryFlags.cpp Re-apply e50aea58d5, "Major JITLinkMemoryManager refactor". with fixes. 2021-10-11 21:39:00 -07:00
PerGraphGOTAndPLTStubsBuilder.h Re-apply "[JITLink] Update JITLink to use ExecutorAddr rather... " with fixes. 2022-01-06 17:22:21 +11:00
SEHFrameSupport.h [ExecutionEngine] Ensure a newline at the end of a file (NFC) 2022-07-30 10:35:43 -07:00
aarch64.cpp [JITLink][AArch64] Rename PointerToGOT and fix typo. 2022-07-09 08:09:23 -07:00
i386.cpp Re-apply "[JITLink] Introduce ELF/i386 backend " with correct authorship. 2022-08-15 18:44:43 -07:00
riscv.cpp [JITLink] Add R_RISCV_SUB6 relocation 2022-03-01 01:45:03 +08:00
x86_64.cpp [JITLink][COFF][x86_64] Implement SECTION/SECREL relocation. 2022-08-11 15:12:24 +09:00