| 
    LLVM 22.0.0git
    
   | 
 
#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 | 
      
  | 
  inline | 
Definition at line 44 of file Utils.h.
References LinkContent, llvm::move(), and SrcPath.
Definition at line 47 of file Utils.h.
References LinkContent, and SrcPath.
| std::string llvm::MachO::SymLink::LinkContent | 
| std::string llvm::MachO::SymLink::SrcPath |