summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/LookupAndRecordAddrs.cpp
AgeCommit message (Expand)Author
2025-10-07[ORC] Add Executor Resolver Utility (#143654)SahilPatidar
2024-10-23[ORC] Move EPC load-dylib and lookup operations into their own class.Lang Hames
2024-01-04[ORC] Refactor executor symbol lookup to use ExecutorSymbolDef (NFC) (#76989)Ben Langmuir
2023-03-27[ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef.Lang Hames
2022-10-24[ORC] Use raw OS handle values, ExecutorAddr for EPC dylib handles.Lang Hames
2022-05-19[ORC] Add missing std::moves, pass SymbolLookupSet by value.Lang Hames
2021-09-23[ORC] Rename ExecutorAddress to ExecutorAddr.Lang Hames
2021-08-20[ORC] Introduce lookupAndRecordAddrs utility.Lang Hames