Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp72 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h825 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp378 MAI->setCompressDebugSections(CompressDebugSections); in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp371 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()