Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h270 compressSections; member
/freebsd-head/contrib/llvm-project/lld/ELF/
HDConfig.h235 compressSections; member
HDOutputSections.cpp363 for (auto &[glob, t, l] : config->compressSections) in maybeCompress()
HDDriver.cpp1585 config->compressSections.emplace_back(std::move(*pat), type, level); in readConfigs()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp225 for (auto &[Matcher, T] : Config.compressSections) in compressOrDecompressSections()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp801 auto &P = Config.compressSections.emplace_back(); in parseObjcopyOptions()