Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h112 bool isXRaySupported() const override { return is64Bit(); } isXRaySupported() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp139 bool ARMSubtarget::isXRaySupported() const { isXRaySupported() function in ARMSubtarget
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h84 virtual bool isXRaySupported() const { return false; } in isXRaySupported() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h289 bool isXRaySupported() const override { return IsPPC64 && IsLittleEndian; } isXRaySupported() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h145 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h280 bool isXRaySupported() const override { return is64Bit(); } isXRaySupported() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h356 bool isXRaySupported() const override { return true; } isXRaySupported() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h213 bool isXRaySupported() const override { return true; } isXRaySupported() function