Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h593 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() function
/external/llvm-project/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp69 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h659 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp66 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h700 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() function
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp76 TmpAsmInfo->setCompressDebugSections(DebugCompressionType::DCT_ZlibGnu); in initAsmInfo()
/external/clang/tools/driver/
Dcc1as_main.cpp316 MAI->setCompressDebugSections(DebugCompressionType::DCT_ZlibGnu); in ExecuteAssembler()
/external/llvm-project/llvm/tools/llvm-mc/
Dllvm-mc.cpp373 MAI->setCompressDebugSections(CompressDebugSections); in main()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp435 MAI->setCompressDebugSections(CompressDebugSections); in main()
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp366 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssembler()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1296 Opts.setCompressDebugSections(DCT); in ParseCodeGenArgs()