summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/Shared/ObjectFormats.cpp
AgeCommit message (Expand)Author
2025-04-13[llvm] Use llvm::is_contained (NFC) (#135566)Kazu Hirata
2024-10-22[ORC] Move MachO object format details into their own header (NFC).Lang Hames
2024-06-11[ORC][MachO] Register objc protolist, protorefs, nlclslist metadata sections ...Ben Langmuir
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-12-02[ORC-RT][ORC][MachO] Add executor-side symbol tables to MachO platform support.Lang Hames
2023-07-26[llvm][orc] Consider other ELF init sections as wellJeff Niu
2023-04-08[ORC][ORC-RT][MachO] Use _objc_(map|load)_images for ObjC & Swift registration.Lang Hames
2023-03-31[ORC] Fix a typo in __objc_imageinfo section name.Lang Hames
2023-02-11[ORC] Move ORC-specific object format details into OrcShared.Lang Hames