Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.h383 return Triple.isOSGlibc() || in supportsCpuSupports()
391 return Triple.isOSGlibc() || in supportsCpuIs()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h292 bool isTargetGlibc() const { return TargetTriple.isOSGlibc(); } in isTargetGlibc()
H A DX86ISelLoweringCall.cpp532 return TargetTriple.isOSGlibc() || TargetTriple.isOSFuchsia() || in hasStackGuardSlotTLS()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h710 bool isOSGlibc() const { in isOSGlibc() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3120 assert(Subtarget.getTargetTriple().isOSGlibc() && in expandPostRAPseudo()