Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp55 if (!Common.AddGnuDebugLink.empty() || Common.ExtractPartition || in getWasmConfig()
75 if (!Common.AddGnuDebugLink.empty() || Common.ExtractPartition || in getXCOFFConfig()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h969 std::optional<StringRef> ExtractPartition; variable
982 std::optional<StringRef> ExtractPartition);
1021 std::optional<StringRef> ExtractPartition; variable
1025 explicit ELFReader(Binary *B, std::optional<StringRef> ExtractPartition) in ELFReader() argument
1026 : Bin(B), ExtractPartition(ExtractPartition) {} in ELFReader()
H A DELFObject.cpp1380 std::optional<StringRef> ExtractPartition) in ELFBuilder() argument
1382 ExtractPartition(ExtractPartition) { in ELFBuilder()
1403 if (!ExtractPartition) in findEhdrOffset()
1407 if (Sec.Type == SHT_LLVM_PART_EHDR && Sec.Name == *ExtractPartition) { in findEhdrOffset()
1414 *ExtractPartition + "'"); in findEhdrOffset()
1959 ELFBuilder<ELF32LE> Builder(*O, *Obj, ExtractPartition); in create()
1964 ELFBuilder<ELF64LE> Builder(*O, *Obj, ExtractPartition); in create()
1969 ELFBuilder<ELF32BE> Builder(*O, *Obj, ExtractPartition); in create()
1974 ELFBuilder<ELF64BE> Builder(*O, *Obj, ExtractPartition); in create()
H A DELFObjcopy.cpp464 if (Config.ExtractPartition || Config.ExtractMainPartition) { in replaceAndRemoveSections()
826 ELFReader Reader(&In, Config.ExtractPartition); in executeObjcopyOnBinary()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h216 std::optional<StringRef> ExtractPartition; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp740 Config.ExtractPartition = Arg->getValue(); in parseObjcopyOptions()
1010 if (Config.ExtractPartition && Config.ExtractMainPartition) in parseObjcopyOptions()