Home
last modified time | relevance | path

Searched refs:isOSGlibc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDPPC.h383 return Triple.isOSGlibc() || in supportsCpuSupports()
391 return Triple.isOSGlibc() || in supportsCpuIs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86Subtarget.h292 bool isTargetGlibc() const { return TargetTriple.isOSGlibc(); } in isTargetGlibc()
HDX86ISelLoweringCall.cpp532 return TargetTriple.isOSGlibc() || TargetTriple.isOSFuchsia() || in hasStackGuardSlotTLS()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDTriple.h710 bool isOSGlibc() const { in isOSGlibc() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.cpp3120 assert(Subtarget.getTargetTriple().isOSGlibc() && in expandPostRAPseudo()