Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h52 struct HeaderOptions { struct
69 HeaderOptions() = default; argument
70 HeaderOptions(Dylib D) : IDDylib(std::move(D)) {} in HeaderOptions() argument
81 buildSimpleMachOHeaderMU(MachOPlatform &MOP, HeaderOptions Opts);
124 HeaderOptions PlatformJDOpts = {},
132 HeaderOptions PlatformJDOpts = {},
147 Error setupJITDylib(JITDylib &JD, HeaderOptions Opts);
292 HeaderOptions PlatformJDOpts,
372 MachOPlatform::HeaderOptions Opts);
382 MachOPlatform::HeaderOptions Opts;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp261 HeaderOptions PlatformJDOpts, MachOHeaderMUBuilder BuildMachOHeaderMU, in Create()
303 HeaderOptions PlatformJDOpts, in Create()
323 Error MachOPlatform::setupJITDylib(JITDylib &JD, HeaderOptions Opts) { in setupJITDylib()
440 HeaderOptions PlatformJDOpts, MachOHeaderMUBuilder BuildMachOHeaderMU, in MachOPlatform()
1680 const MachOPlatform::HeaderOptions &Opts, in createHeaderBlock()
1713 MachOPlatform::HeaderOptions Opts) in SimpleMachOHeaderMU()