Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriver.cpp929 static bool getCompressDebugSections(opt::InputArgList &args) { in getCompressDebugSections() function
1022 config->compressDebugSections = getCompressDebugSections(args); in readConfigs()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp523 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()