Home
last modified time | relevance | path

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

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