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

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCAsmInfo.cpp 22 SupportsDebugInformation = true;
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 37 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 33 SupportsDebugInformation= true; // Debug information.
56 SupportsDebugInformation = true;
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 34 SupportsDebugInformation = true;
  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 38 SupportsDebugInformation = true;
MCAsmInfo.cpp 87 SupportsDebugInformation = false;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 43 SupportsDebugInformation = true;
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 50 SupportsDebugInformation = CompileForDebugging;
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 70 SupportsDebugInformation = true;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 64 SupportsDebugInformation = true;
102 SupportsDebugInformation = true;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 312 /// SupportsDebugInformation - True if target supports emission of debugging
314 bool SupportsDebugInformation; // Defaults to false.
543 return SupportsDebugInformation;

Completed in 291 milliseconds