Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp76 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h847 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp411 MAI->setCompressDebugSections(CompressDebugSections); in main()
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp371 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()