HomeSort by relevance Sort by last modified time
    Searched refs:SupportsDebugInformation (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCAsmInfo.cpp 22 SupportsDebugInformation = true;
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp 17 SupportsDebugInformation = true;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 34 SupportsDebugInformation = true;
55 SupportsDebugInformation = true;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 32 SupportsDebugInformation= true; // Debug information.
54 SupportsDebugInformation = true;
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCAsmInfo.cpp 34 SupportsDebugInformation = true;
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 33 SupportsDebugInformation = true;
  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 38 SupportsDebugInformation = true;
MCAsmInfo.cpp 84 SupportsDebugInformation = false;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 38 SupportsDebugInformation = true;
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 49 SupportsDebugInformation = CompileForDebugging;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 60 SupportsDebugInformation = true;
89 SupportsDebugInformation = true;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 304 /// SupportsDebugInformation - True if target supports emission of debugging
306 bool SupportsDebugInformation; // Defaults to false.
524 return SupportsDebugInformation;

Completed in 120 milliseconds