HomeSort by relevance Sort by last modified time
    Searched refs:SupportsDebugInformation (Results 1 - 11 of 11) 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 60 SupportsDebugInformation = true;
82 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 36 SupportsDebugInformation = true;
MCAsmInfo.cpp 89 SupportsDebugInformation = false;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 38 SupportsDebugInformation = true;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 74 SupportsDebugInformation = true;
104 SupportsDebugInformation = true;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 311 /// SupportsDebugInformation - True if target supports emission of debugging
313 bool SupportsDebugInformation; // Defaults to false.
548 return SupportsDebugInformation;

Completed in 361 milliseconds