Home
last modified time | relevance | path

Searched refs:HeaderOptions (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h53 struct HeaderOptions { struct
91 HeaderOptions() = default; argument
92 HeaderOptions(Dylib D) : IDDylib(std::move(D)) {} in HeaderOptions() function
99 HeaderOptions Opts)>;
103 buildSimpleMachOHeaderMU(MachOPlatform &MOP, HeaderOptions Opts);
146 HeaderOptions PlatformJDOpts = {},
153 const char *OrcRuntimePath, HeaderOptions PlatformJDOpts = {},
168 Error setupJITDylib(JITDylib &JD, HeaderOptions Opts);
309 HeaderOptions PlatformJDOpts,
389 MachOPlatform::HeaderOptions Opts);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp246 std::optional<MachOPlatform::HeaderOptions::BuildVersionOpts>
247 MachOPlatform::HeaderOptions::BuildVersionOpts::fromTriple(const Triple &TT, in fromTriple()
276 return MachOPlatform::HeaderOptions::BuildVersionOpts{Platform, MinOS, SDK}; in fromTriple()
282 HeaderOptions PlatformJDOpts, in Create()
326 const char *OrcRuntimePath, HeaderOptions PlatformJDOpts, in Create()
346 Error MachOPlatform::setupJITDylib(JITDylib &JD, HeaderOptions Opts) { in setupJITDylib()
475 HeaderOptions PlatformJDOpts, MachOHeaderMUBuilder BuildMachOHeaderMU, in MachOPlatform()
1743 const MachOPlatform::HeaderOptions &Opts, in createHeaderBlock()
1765 using LoadKind = MachOPlatform::HeaderOptions::LoadDylibCmd::LoadKind; in createHeaderBlock()
1792 MachOPlatform::HeaderOptions Opts) in SimpleMachOHeaderMU()