Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h201 struct CommonConfig { struct
203 StringRef InputFilename;
204 FileFormat InputFormat = FileFormat::Unspecified;
205 StringRef OutputFilename;
206 FileFormat OutputFormat = FileFormat::Unspecified;
209 std::optional<MachineInfo> OutputArch;
212 StringRef AddGnuDebugLink;
214 uint32_t GnuDebugLinkCRC32;
215 std::optional<StringRef> ExtractPartition;
216 StringRef SplitDWO;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DArchive.cpp103 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()