LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 37 of file Utils.h.

Constructor & Destructor Documentation

◆ SymLink() [1/2]

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

Definition at line 41 of file Utils.h.

◆ SymLink() [2/2]

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

Definition at line 44 of file Utils.h.

References string.

Member Data Documentation

◆ LinkContent

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

Definition at line 39 of file Utils.h.

◆ SrcPath

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

Definition at line 38 of file Utils.h.


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