Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1157 SmallString<256> LibCDecls(C.getDriver().ResourceDir); in addOpenMPDeviceLibC() local
1158 llvm::sys::path::append(LibCDecls, "include", "llvm_libc_wrappers", in addOpenMPDeviceLibC()
1160 bool HasLibC = llvm::sys::fs::exists(LibCDecls) && in addOpenMPDeviceLibC()
1161 llvm::sys::fs::is_directory(LibCDecls); in addOpenMPDeviceLibC()