LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/MachOBuilder.h"
Public Member Functions | |
MachOBuilderLoadCommand (std::string Path) | |
size_t | write (MutableArrayRef< char > Buf, size_t Offset, bool SwapStruct) override |
Public Attributes | |
std::string | Path |
Definition at line 126 of file MachOBuilder.h.
|
inline |
Definition at line 128 of file MachOBuilder.h.
References llvm::move(), and Path.
|
inlineoverride |
Definition at line 133 of file MachOBuilder.h.
References llvm::MutableArrayRef< T >::data(), llvm::Offset, Path, and llvm::orc::writeMachOStruct().
std::string llvm::orc::MachOBuilderLoadCommand< MachO::LC_RPATH >::Path |
Definition at line 140 of file MachOBuilder.h.
Referenced by MachOBuilderLoadCommand(), and write().