Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h145 struct CommonConfig { struct
147 StringRef InputFilename;
148 FileFormat InputFormat = FileFormat::Unspecified;
149 StringRef OutputFilename;
150 FileFormat OutputFormat = FileFormat::Unspecified;
153 Optional<MachineInfo> OutputArch;
156 StringRef AddGnuDebugLink;
158 uint32_t GnuDebugLinkCRC32;
159 Optional<StringRef> ExtractPartition;
160 StringRef SplitDWO;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp83 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()