1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/ExecutionEngine/RuntimeDyld
Stefan Gränitz 0becb69ddb [ExecutionEngine] Add JITSymbolFlags::fromSummary(GlobalValueSummary*)
Summary: A function that creates JITSymbolFlags from a GlobalValueSummary. Similar functions exist: fromGlobalValue(), fromObjectSymbol()

Reviewers: lhames

Reviewed By: lhames

Subscribers: hiraditya, steven_wu, dexonsmith, arphaman, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D75082
2020-02-29 11:54:03 +00:00
..
Targets
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
JITSymbol.cpp [ExecutionEngine] Add JITSymbolFlags::fromSummary(GlobalValueSummary*) 2020-02-29 11:54:03 +00:00
LLVMBuild.txt
RTDyldMemoryManager.cpp
RuntimeDyld.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
RuntimeDyldChecker.cpp [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction() 2020-01-11 13:34:52 -08:00
RuntimeDyldCheckerImpl.h
RuntimeDyldCOFF.cpp
RuntimeDyldCOFF.h
RuntimeDyldELF.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
RuntimeDyldELF.h
RuntimeDyldImpl.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
RuntimeDyldMachO.cpp
RuntimeDyldMachO.h