Home
last modified time | relevance | path

Searched refs:setCompressDebugSections (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h629 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp67 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp365 MAI->setCompressDebugSections(CompressDebugSections); in main()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp354 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssembler()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1051 Opts.setCompressDebugSections(llvm::DebugCompressionType::GNU); in ParseCodeGenArgs()
1058 Opts.setCompressDebugSections(DCT); in ParseCodeGenArgs()