Searched refs:LibCDecls (Results 1 – 1 of 1) sorted by relevance
1157 SmallString<256> LibCDecls(C.getDriver().ResourceDir); in addOpenMPDeviceLibC() local1158 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()