Home
last modified time | relevance | path

Searched refs:ExtractPartition (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/
H A DConfigManager.cpp53 if (!Common.AddGnuDebugLink.empty() || Common.ExtractPartition || in getWasmConfig()
72 if (!Common.AddGnuDebugLink.empty() || Common.ExtractPartition || in getXCOFFConfig()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h957 Optional<StringRef> ExtractPartition; variable
970 Optional<StringRef> ExtractPartition);
1009 Optional<StringRef> ExtractPartition; variable
1013 explicit ELFReader(Binary *B, Optional<StringRef> ExtractPartition) in ELFReader() argument
1014 : Bin(B), ExtractPartition(ExtractPartition) {} in ELFReader()
H A DELFObject.cpp1344 Optional<StringRef> ExtractPartition) in ELFBuilder() argument
1346 ExtractPartition(ExtractPartition) { in ELFBuilder()
1367 if (!ExtractPartition) in findEhdrOffset()
1371 if (Sec.Type == SHT_LLVM_PART_EHDR && Sec.Name == *ExtractPartition) { in findEhdrOffset()
1378 *ExtractPartition + "'"); in findEhdrOffset()
1918 ELFBuilder<ELF32LE> Builder(*O, *Obj, ExtractPartition); in create()
1923 ELFBuilder<ELF64LE> Builder(*O, *Obj, ExtractPartition); in create()
1928 ELFBuilder<ELF32BE> Builder(*O, *Obj, ExtractPartition); in create()
1933 ELFBuilder<ELF64BE> Builder(*O, *Obj, ExtractPartition); in create()
H A DELFObjcopy.cpp448 if (Config.ExtractPartition || Config.ExtractMainPartition) { in replaceAndRemoveSections()
807 ELFReader Reader(&In, Config.ExtractPartition); in executeObjcopyOnBinary()
/llvm-project-15.0.7/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h215 Optional<StringRef> ExtractPartition; member
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp755 Config.ExtractPartition = Arg->getValue(); in parseObjcopyOptions()
1001 if (Config.ExtractPartition && Config.ExtractMainPartition) in parseObjcopyOptions()