Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h208 struct CommonConfig { struct
210 StringRef InputFilename;
211 FileFormat InputFormat = FileFormat::Unspecified;
212 StringRef OutputFilename;
213 FileFormat OutputFormat = FileFormat::Unspecified;
216 std::optional<MachineInfo> OutputArch;
219 StringRef AddGnuDebugLink;
221 uint32_t GnuDebugLinkCRC32;
222 std::optional<StringRef> ExtractPartition;
223 uint8_t GapFill = 0;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp103 const CommonConfig &CommonConfig = Config.getCommonConfig(); in executeObjcopyOnArchive() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp86 static void markSymbols(const CommonConfig &, Object &Obj) { in markSymbols()