Home
last modified time | relevance | path

Searched defs:ArchAndFile (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/tools/dsymutil/
H A DMachOUtils.h25 struct ArchAndFile { struct
34 ArchAndFile(StringRef Arch) : Arch(std::string(Arch)) {} in ArchAndFile() argument
36 ArchAndFile &operator=(ArchAndFile &&A) = default; argument