Home
last modified time | relevance | path

Searched refs:MachOPlatform (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp40 MachOPlatform::MachOJITDylibDepInfo> {
42 static size_t size(const MachOPlatform::MachOJITDylibDepInfo &DDI) { in size()
47 const MachOPlatform::MachOJITDylibDepInfo &DDI) { in serialize()
53 MachOPlatform::MachOJITDylibDepInfo &DDI) { in deserialize()
61 MachOPlatform::MachOExecutorSymbolFlags> {
63 using UT = std::underlying_type_t<MachOPlatform::MachOExecutorSymbolFlags>;
66 static size_t size(const MachOPlatform::MachOExecutorSymbolFlags &SF) { in size()
71 const MachOPlatform::MachOExecutorSymbolFlags &SF) { in serialize()
76 MachOPlatform::MachOExecutorSymbolFlags &SF) { in deserialize()
80 SF = static_cast<MachOPlatform::MachOExecutorSymbolFlags>(Tmp); in deserialize()
[all …]
H A DLLJIT.cpp1196 MachOPlatform::Create(*ObjLinkingLayer, PlatformJD, std::move(*G))) in operator ()()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h31 class LLVM_ABI MachOPlatform : public Platform {
98 unique_function<std::unique_ptr<MaterializationUnit>(MachOPlatform &MOP,
103 buildSimpleMachOHeaderMU(MachOPlatform &MOP, HeaderOptions Opts);
143 static Expected<std::unique_ptr<MachOPlatform>>
151 static Expected<std::unique_ptr<MachOPlatform>>
210 MachOPlatformPlugin(MachOPlatform &MP) : MP(MP) {} in MachOPlatformPlugin()
284 MachOPlatform &MP;
307 MachOPlatform(ObjectLinkingLayer &ObjLinkingLayer, JITDylib &PlatformJD,
388 SimpleMachOHeaderMU(MachOPlatform &MOP, SymbolStringPtr HeaderStartSymbol,
389 MachOPlatform::HeaderOptions Opts);
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile837 SRCS_EXT+= ExecutionEngine/Orc/MachOPlatform.cpp