Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h295 bool isTargetGlibc() const { return TargetTriple.isOSGlibc(); } in isTargetGlibc()
H A DX86ISelLowering.cpp2959 return TargetTriple.isOSGlibc() || TargetTriple.isOSFuchsia() || in hasStackGuardSlotTLS()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h662 bool isOSGlibc() const { in isOSGlibc() function