Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h845 bool isTargetGlibc() const { return TargetTriple.isOSGlibc(); } in isTargetGlibc()
H A DX86ISelLowering.cpp2495 return TargetTriple.isOSGlibc() || TargetTriple.isOSFuchsia() || in hasStackGuardSlotTLS()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h620 bool isOSGlibc() const { in isOSGlibc() function