Home
last modified time | relevance | path

Searched defs:module_path (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A Dadd_new_check.py22 def adapt_cmake(module_path, check_name_camel): argument
56 def write_header(module_path, module, namespace, check_name, check_name_camel): argument
109 def write_implementation(module_path, module, namespace, check_name_camel): argument
161 def get_module_filename(module_path, module): argument
169 def adapt_module(module_path, module, check_name, check_name_camel): argument
226 def add_release_notes(module_path, module, check_name): argument
279 def write_test(module_path, module, check_name, test_extension): argument
502 def write_docs(module_path, module, check_name): argument
H A Drename_check.py109 def adapt_cmake(module_path, check_name_camel): argument
137 def adapt_module(module_path, module, check_name, check_name_camel): argument
/llvm-project-15.0.7/lldb/source/Host/android/
H A DHostInfoAndroid.cpp34 FileSpec HostInfoAndroid::ResolveLibraryPath(const std::string &module_path, in ResolveLibraryPath()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp366 std::string module_path(module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1101 std::string module_path; in Handle_qModuleInfo() local
1309 const std::string &module_path, const ArchSpec &arch) { in FindModuleFile()
1320 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp4145 GDBRemoteCommunicationServerLLGS::FindModuleFile(const std::string &module_path, in FindModuleFile()
H A DGDBRemoteCommunicationClient.cpp3761 std::string module_path = module_file_spec.GetPath(false); in GetModuleInfo() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp400 std::string module_path; in DoLoadImage() local
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducerProvider.h224 std::string module_path; member
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp475 const char *module_path = I->path.c_str(); in LoadAllCurrentModules() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp366 Status NativeProcessWindows::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp98 const auto module_path = module_file_spec.GetPath(false); in GetModuleSpec() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp709 Status NativeProcessFreeBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec()
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp737 Status NativeProcessNetBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp402 std::string module_path(module_path_arr); in CreateModule() local
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py711 def __init__(self, name, arch, start_addr, end_addr, module_path, uuid): argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1726 Status NativeProcessLinux::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec()