Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DTriple.h597 bool isOSGlibc() const { in isOSGlibc() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.h735 bool isTargetGlibc() const { return TargetTriple.isOSGlibc(); } in isTargetGlibc()
H A DX86ISelLowering.cpp2245 return TargetTriple.isOSGlibc() || TargetTriple.isOSFuchsia() || in hasStackGuardSlotTLS()