Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A Dear.c113 static int call_execvP(const char *file, const char *search_path,
187 int execvP(const char *file, const char *search_path, char *const argv[]) { in execvP() argument
189 return call_execvP(file, search_path, argv); in execvP()
327 static int call_execvP(const char *file, const char *search_path, in call_execvP() argument
336 int const result = (*fp)(file, search_path, argv); in call_execvP()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp254 if (module.search_path) { in AddModule()
255 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef()); in AddModule()
256 auto path_end = llvm::sys::path::end(module.search_path.GetStringRef()); in AddModule()
267 module.search_path.AsCString()); in AddModule()
274 HS.getFileMgr().getDirectory(module.search_path.GetStringRef()); in AddModule()
634 const FileSpec &search_path = module_search_paths.GetFileSpecAtIndex(spi); in Create() local
637 search_path_argument.append(search_path.GetPath()); in Create()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSourceModule.h21 ConstString search_path; member
/llvm-project-15.0.7/lldb/test/Shell/helper/
H A Dbuild.py176 search_path = os.pathsep.join(search_paths)
177 binary_path = shutil.which(binary_name, path=search_path)
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def664 /// int execvP(const char *file, const char *search_path, char *const argv[]);
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1103 module.search_path = ConstString(include_spec.GetPath()); in ParseImportedModules()