Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h593 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h659 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() function
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp76 TmpAsmInfo->setCompressDebugSections(DebugCompressionType::DCT_ZlibGnu); in initAsmInfo()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp75 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCAsmInfo.h873 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() function
/external/clang/tools/driver/
Dcc1as_main.cpp316 MAI->setCompressDebugSections(DebugCompressionType::DCT_ZlibGnu); in ExecuteAssembler()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp435 MAI->setCompressDebugSections(CompressDebugSections); in main()