Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h74 struct MachOBuilderLoadCommand struct
77 MachOBuilderLoadCommand() = default;
80 MachOBuilderLoadCommand(ArgTs &&...Args) in MachOBuilderLoadCommand() argument
85 struct MachOBuilderLoadCommand<MachO::LC_ID_DYLIB>
88 MachOBuilderLoadCommand(std::string Name, uint32_t Timestamp,
108 struct MachOBuilderLoadCommand<MachO::LC_LOAD_DYLIB>
111 MachOBuilderLoadCommand(std::string Name, uint32_t Timestamp,
131 struct MachOBuilderLoadCommand<MachO::LC_RPATH>
133 MachOBuilderLoadCommand(std::string Path)
268 struct Segment : public MachOBuilderLoadCommand<MachOTraits::SegmentCmd> {
[all …]