LLVM 22.0.0git
llvm::MachO::SymLink Struct Reference

#include "llvm/TextAPI/Utils.h"

Public Member Functions

 SymLink (std::string Path, std::string Link)
 SymLink (StringRef Path, StringRef Link)

Public Attributes

std::string SrcPath
std::string LinkContent

Detailed Description

Definition at line 40 of file Utils.h.

Constructor & Destructor Documentation

◆ SymLink() [1/2]

llvm::MachO::SymLink::SymLink ( std::string Path,
std::string Link )
inline

Definition at line 44 of file Utils.h.

References LinkContent, llvm::move(), and SrcPath.

◆ SymLink() [2/2]

llvm::MachO::SymLink::SymLink ( StringRef Path,
StringRef Link )
inline

Definition at line 47 of file Utils.h.

References LinkContent, and SrcPath.

Member Data Documentation

◆ LinkContent

std::string llvm::MachO::SymLink::LinkContent

Definition at line 42 of file Utils.h.

Referenced by SymLink(), and SymLink().

◆ SrcPath

std::string llvm::MachO::SymLink::SrcPath

Definition at line 41 of file Utils.h.

Referenced by SymLink(), and SymLink().


The documentation for this struct was generated from the following file: