Home
last modified time | relevance | path

Searched refs:getCompressDebugSections (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriver.cpp705 static bool getCompressDebugSections(opt::InputArgList &Args) { in getCompressDebugSections() function
770 Config->CompressDebugSections = getCompressDebugSections(Args); in readConfigs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp450 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()