llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
Nicolai Hähnle ede600377c ManagedStatic: remove many straightforward uses in llvm
(Reapply after revert in e9ce1a5880 due to
Fuchsia test failures. Removed changes in lib/ExecutionEngine/ other
than error categories, to be checked in more detail and reapplied
separately.)

Bulk remove many of the more trivial uses of ManagedStatic in the llvm
directory, either by defining a new getter function or, in many cases,
moving the static variable directly into the only function that uses it.

Differential Revision: https://reviews.llvm.org/D129120
2022-07-10 10:29:15 +02:00
..
Targets [NFC][llvm] Inclusive language: remove uses of sanity in llvm/lib/ExecutionEngine/ 2021-11-17 22:17:54 -05:00
CMakeLists.txt
JITSymbol.cpp [RuntimeDyld] Don't use bitwise operation on SymbolRef::Type 2021-09-07 16:58:35 +08:00
RTDyldMemoryManager.cpp [MC][re-land] Omit DWARF unwind info if compact unwind is present where eligible 2022-06-12 17:24:19 -04:00
RuntimeDyld.cpp ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
RuntimeDyldCOFF.cpp
RuntimeDyldCOFF.h
RuntimeDyldChecker.cpp Cleanup LLVMObject headers 2022-02-10 21:13:44 +01:00
RuntimeDyldCheckerImpl.h
RuntimeDyldELF.cpp [RuntimeDyld] Fix R_AARCH64_TSTBR14 relocation 2022-07-05 16:40:42 +03:00
RuntimeDyldELF.h [RuntimeDyld] Implemented relocation of TLS symbols in ELF 2021-09-06 10:27:43 +02:00
RuntimeDyldImpl.h [RuntimeDyld] Fixed buffer overflows with absolute symbols 2021-04-26 19:24:03 +02:00
RuntimeDyldMachO.cpp
RuntimeDyldMachO.h