Home
last modified time | relevance | path

Searched defs:isXRaySupported (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h102 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp135 bool ARMSubtarget::isXRaySupported() const { in isXRaySupported() function in ARMSubtarget
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h84 virtual bool isXRaySupported() const { return false; } in isXRaySupported() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h294 bool isXRaySupported() const override { return IsPPC64 && IsLittleEndian; } in isXRaySupported() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h145 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h164 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h266 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h359 bool isXRaySupported() const override { return true; } in isXRaySupported() function