Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp143 bool ARMSubtarget::isXRaySupported() const { in isXRaySupported() function in ARMSubtarget
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h80 virtual bool isXRaySupported() const { return false; } in isXRaySupported() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.h354 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h408 bool isXRaySupported() const override { return IsPPC64 && IsLittleEndian; } in isXRaySupported() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h347 bool isXRaySupported() const override { return true; } in isXRaySupported() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h813 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported() function