Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp31 SupportsDebugInformation = true; in ARMMCAsmInfoDarwin()
57 SupportsDebugInformation = true; in ARMELFMCAsmInfo()
90 SupportsDebugInformation = true; in ARMCOFFMCAsmInfoMicrosoft()
112 SupportsDebugInformation = true; in ARMCOFFMCAsmInfoGNU()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp47 SupportsDebugInformation = true; in AArch64MCAsmInfoDarwin()
94 SupportsDebugInformation = true; in AArch64MCAsmInfoELF()
111 SupportsDebugInformation = true; in AArch64MCAsmInfoMicrosoftCOFF()
128 SupportsDebugInformation = true; in AArch64MCAsmInfoGNUCOFF()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp41 SupportsDebugInformation = true; in PPCELFMCAsmInfo()
68 SupportsDebugInformation = true; in PPCXCOFFMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp58 SupportsDebugInformation = true; in X86MCAsmInfoDarwin()
99 SupportsDebugInformation = true; in X86ELFMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCAsmInfo.cpp23 SupportsDebugInformation = true; in CSKYMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCAsmInfo.cpp26 SupportsDebugInformation = true; in AVRMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCAsmInfo.cpp29 SupportsDebugInformation = true; in M68kELFMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCAsmInfo.cpp28 SupportsDebugInformation = true; in MSP430MCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCAsmInfo.cpp35 SupportsDebugInformation = true; in LanaiMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCAsmInfo.cpp39 SupportsDebugInformation = true; in VEELFMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.cpp15 SupportsDebugInformation = true; in XCoreMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp45 SupportsDebugInformation = true; in WebAssemblyMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCAsmInfo.cpp15 SupportsDebugInformation = true; in ARCMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp25 SupportsDebugInformation = true; in HexagonMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmInfoCOFF.cpp36 SupportsDebugInformation = true; in MCAsmInfoCOFF()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCAsmInfo.h34 SupportsDebugInformation = true; in BPFMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp33 SupportsDebugInformation = true; in NVPTXMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp37 SupportsDebugInformation = true; in SystemZMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp49 SupportsDebugInformation = true; in MipsMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCAsmInfo.cpp26 SupportsDebugInformation = true; in RISCVMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp44 SupportsDebugInformation = true; in AMDGPUMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp39 SupportsDebugInformation = true; in SparcELFMCAsmInfo()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h438 bool SupportsDebugInformation = false; variable
748 bool doesSupportDebugInformation() const { return SupportsDebugInformation; } in doesSupportDebugInformation()