Searched refs:SupportsDebugInformation (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp35 SupportsDebugInformation = true;
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp34 SupportsDebugInformation = true;
53 SupportsDebugInformation = true;
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp36 SupportsDebugInformation= true; // Debug information.
52 SupportsDebugInformation= true; // Debug information.
80 SupportsDebugInformation = true;
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCAsmInfoCOFF.cpp38 SupportsDebugInformation = true;
H A DMCAsmInfo.cpp86 SupportsDebugInformation = false;
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp36 SupportsDebugInformation = true;
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp27 SupportsDebugInformation = true;
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.cpp17 SupportsDebugInformation = true;
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp42 SupportsDebugInformation = true;
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp45 SupportsDebugInformation = CompileForDebugging;
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp62 SupportsDebugInformation = true;
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp63 SupportsDebugInformation = true;
109 SupportsDebugInformation = true;
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp39 SupportsDebugInformation = true;
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h298 /// SupportsDebugInformation - True if target supports emission of debugging
300 bool SupportsDebugInformation; // Defaults to false. member in class:llvm::MCAsmInfo
524 return SupportsDebugInformation;

Completed in 199 milliseconds