Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCAsmInfo.cpp60 SupportsDebugInformation = true; in ARMMCAsmInfoDarwin()
82 SupportsDebugInformation = true; in ARMELFMCAsmInfo()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp32 SupportsDebugInformation= true; // Debug information. in PPCMCAsmInfoDarwin()
54 SupportsDebugInformation = true; in PPCLinuxMCAsmInfo()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp74 SupportsDebugInformation = true; in X86MCAsmInfoDarwin()
104 SupportsDebugInformation = true; in X86ELFMCAsmInfo()
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
DMBlazeMCAsmInfo.cpp22 SupportsDebugInformation = true; in MBlazeMCAsmInfo()
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCAsmInfo.cpp17 SupportsDebugInformation = true; in XCoreMCAsmInfo()
/external/llvm/lib/Target/CellSPU/MCTargetDesc/
DSPUMCAsmInfo.cpp34 SupportsDebugInformation = true; in SPULinuxMCAsmInfo()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCAsmInfo.cpp33 SupportsDebugInformation = true; in SparcELFMCAsmInfo()
/external/llvm/lib/MC/
DMCAsmInfoCOFF.cpp36 SupportsDebugInformation = true; in MCAsmInfoCOFF()
DMCAsmInfo.cpp89 SupportsDebugInformation = false; in MCAsmInfo()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCAsmInfo.cpp38 SupportsDebugInformation = true; in MipsMCAsmInfo()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h313 bool SupportsDebugInformation; // Defaults to false. variable
548 return SupportsDebugInformation; in doesSupportDebugInformation()