Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h306 bool isTargetGlibc() const { return TargetTriple.isOSGlibc(); } in isTargetGlibc()
H A DX86ISelLoweringCall.cpp530 return TargetTriple.isOSGlibc() || TargetTriple.isOSFuchsia() || in hasStackGuardSlotTLS()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h678 bool isOSGlibc() const { in isOSGlibc() function