Searched refs:libPath (Results 1 – 4 of 4) sorted by relevance
279 for (auto libPath : options.sharedLibPaths) { in create() local280 auto mb = llvm::MemoryBuffer::getFile(libPath); in create()282 errs() << "Failed to create MemoryBuffer for: " << libPath in create()286 auto &jd = session.createBareJITDylib(std::string(libPath)); in create()288 libPath.data(), dataLayout.getGlobalPrefix()); in create()290 errs() << "Could not load " << libPath << ":\n " << loaded.takeError() in create()
166 [](std::string libPath) { in compileAndExecute() argument167 SmallString<256> absPath(libPath.begin(), libPath.end()); in compileAndExecute()182 for (auto &libPath : libPaths) { in compileAndExecute() local183 auto lib = llvm::sys::DynamicLibrary::getPermanentLibrary(libPath.c_str()); in compileAndExecute()189 executionEngineLibs.push_back(libPath); in compileAndExecute()
534 llvm::SmallString<128> libPath(sdkPath); in getWindowsSDKLibraryPath() local535 llvm::sys::path::append(libPath, "Lib"); in getWindowsSDKLibraryPath()537 llvm::sys::path::append(libPath, windowsSDKLibVersion, "um"); in getWindowsSDKLibraryPath()538 return llvm::appendArchToWindowsSDKLibPath(sdkMajor, libPath, getArch(), in getWindowsSDKLibraryPath()
1506 SmallString<128> libPath = file->parentName; in addImportFilesToPDB() local1507 pdbMakeAbsolute(libPath); in addImportFilesToPDB()1508 sys::path::native(libPath); in addImportFilesToPDB()1514 firstMod.setObjFileName(libPath); in addImportFilesToPDB()1521 mod->setObjFileName(libPath); in addImportFilesToPDB()