Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp75 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmInfo.h873 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() function
/openbsd/src/gnu/llvm/llvm/tools/llvm-mc/
Dllvm-mc.cpp410 MAI->setCompressDebugSections(CompressDebugSections); in main()
/openbsd/src/gnu/llvm/clang/tools/driver/
Dcc1as_main.cpp413 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()