Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/
H A Dadd_new_check.py22 adapt_cmake(module_path, check_name_camel) global() argument
56 write_header(module_path, module, namespace, check_name, check_name_camel) global() argument
115 write_implementation(module_path, module, namespace, check_name_camel) global() argument
163 get_module_filename(module_path, module) global() argument
174 adapt_module(module_path, module, check_name, check_name_camel) global() argument
238 add_release_notes(module_path, module, check_name) global() argument
295 write_test(module_path, module, check_name, test_extension) global() argument
563 write_docs(module_path, module, check_name) global() argument
[all...]
H A Drename_check.py127 def adapt_cmake(module_path: str, check_name_camel: str) -> bool: argument
156 adapt_module(module_path, module, check_name, check_name_camel) global() argument
/llvm-project/lldb/source/Host/android/
H A DHostInfoAndroid.cpp34 FileSpec HostInfoAndroid::ResolveLibraryPath(const std::string &module_path, in ResolveLibraryPath()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1100 std::string module_path; in Handle_qModuleInfo() local
1309 const std::string &module_path, const ArchSpec &arch) { in FindModuleFile() argument
1320 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo() argument
[all...]
H A DGDBRemoteCommunicationServerLLGS.cpp4169 FindModuleFile(const std::string & module_path,const ArchSpec & arch) FindModuleFile() argument
H A DGDBRemoteCommunicationClient.cpp3837 std::string module_path = module_file_spec.GetPath(false); GetModuleInfo() local
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp376 std::string module_path(module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache() local
/llvm-project/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp403 std::string module_path; DoLoadImage() local
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp471 const char *module_path = I->path.c_str(); in LoadAllCurrentModules() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp190 LLDB_LOG(log, "Building Clang module {0} as {1}", module_name, module_path); in HandleModuleRemark() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp366 GetLoadedModuleFileSpec(const char * module_path,FileSpec & file_spec) GetLoadedModuleFileSpec() argument
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp728 GetLoadedModuleFileSpec(const char * module_path,FileSpec & file_spec) GetLoadedModuleFileSpec() argument
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp106 const auto module_path = module_file_spec.GetPath(false); in GetModuleSpec() local
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp756 GetLoadedModuleFileSpec(const char * module_path,FileSpec & file_spec) GetLoadedModuleFileSpec() argument
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp433 std::string module_path(module_path_arr); CreateModule() local
/llvm-project/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py763 def __init__(self, name, arch, start_addr, end_addr, module_path, uuid): argument
[all...]
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1840 GetLoadedModuleFileSpec(const char * module_path,FileSpec & file_spec) GetLoadedModuleFileSpec() argument