1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/ExecutionEngine/RuntimeDyld
Fangrui Song 3a9f350cbb [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
The argument is llvm::null() everywhere except llvm::errs() in
llvm-objdump in -DLLVM_ENABLE_ASSERTIONS=On builds. It is used by no
target but X86 in -DLLVM_ENABLE_ASSERTIONS=On builds.

If we ever have the needs to add verbose log to disassemblers, we can
record log with a member function, instead of passing it around as an
argument.
2020-01-11 13:34:52 -08:00
..
Targets [ExecutionEngine] Add a missing break to avoid warnings 2019-11-20 12:20:05 +02:00
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
JITSymbol.cpp
LLVMBuild.txt
RTDyldMemoryManager.cpp
RuntimeDyld.cpp [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<section_iterator> 2019-10-21 11:06:38 +00:00
RuntimeDyldChecker.cpp [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction() 2020-01-11 13:34:52 -08:00
RuntimeDyldCheckerImpl.h
RuntimeDyldCOFF.cpp ExecutionEngine: add preliminary support for COFF ARM64 2019-11-20 10:59:42 +02:00
RuntimeDyldCOFF.h
RuntimeDyldELF.cpp [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<section_iterator> 2019-10-21 11:06:38 +00:00
RuntimeDyldELF.h
RuntimeDyldImpl.h [Orc] Address the remaining move-capture FIXMEs 2019-09-13 11:35:33 +00:00
RuntimeDyldMachO.cpp AArch64: support arm64_32, an ILP32 slice for watchOS. 2019-09-12 10:22:23 +00:00
RuntimeDyldMachO.h