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.h52 struct HeaderOptions { struct
83 HeaderOptions() = default; argument
84 HeaderOptions(Dylib D) : IDDylib(std::move(D)) {} in HeaderOptions() function
91 HeaderOptions Opts)>;
95 buildSimpleMachOHeaderMU(MachOPlatform &MOP, HeaderOptions Opts);
138 HeaderOptions PlatformJDOpts = {},
146 HeaderOptions PlatformJDOpts = {},
161 Error setupJITDylib(JITDylib &JD, HeaderOptions Opts);
306 HeaderOptions PlatformJDOpts,
386 MachOPlatform::HeaderOptions Opts);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp261 std::optional<MachOPlatform::HeaderOptions::BuildVersionOpts>
262 MachOPlatform::HeaderOptions::BuildVersionOpts::fromTriple(const Triple &TT, in fromTriple()
291 return MachOPlatform::HeaderOptions::BuildVersionOpts{Platform, MinOS, SDK}; in fromTriple()
297 HeaderOptions PlatformJDOpts, MachOHeaderMUBuilder BuildMachOHeaderMU, in Create()
339 HeaderOptions PlatformJDOpts, in Create()
359 Error MachOPlatform::setupJITDylib(JITDylib &JD, HeaderOptions Opts) { in setupJITDylib()
476 HeaderOptions PlatformJDOpts, MachOHeaderMUBuilder BuildMachOHeaderMU, in MachOPlatform()
1726 const MachOPlatform::HeaderOptions &Opts, in createHeaderBlock()
1762 MachOPlatform::HeaderOptions Opts) in SimpleMachOHeaderMU()