/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | add_new_check.py | 22 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 D | rename_check.py | 127 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 D | HostInfoAndroid.cpp | 34 FileSpec HostInfoAndroid::ResolveLibraryPath(const std::string &module_path, in ResolveLibraryPath()
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerCommon.cpp | 1100 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 D | GDBRemoteCommunicationServerLLGS.cpp | 4169 FindModuleFile(const std::string & module_path,const ArchSpec & arch) FindModuleFile() argument
|
H A D | GDBRemoteCommunicationClient.cpp | 3837 std::string module_path = module_file_spec.GetPath(false); GetModuleInfo() local
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwinDevice.cpp | 376 std::string module_path(module_spec.GetFileSpec().GetPath()); in GetSharedModuleWithLocalCache() local
|
/llvm-project/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.cpp | 403 std::string module_path; DoLoadImage() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 471 const char *module_path = I->path.c_str(); in LoadAllCurrentModules() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 190 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 D | NativeProcessWindows.cpp | 366 GetLoadedModuleFileSpec(const char * module_path,FileSpec & file_spec) GetLoadedModuleFileSpec() argument
|
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.cpp | 728 GetLoadedModuleFileSpec(const char * module_path,FileSpec & file_spec) GetLoadedModuleFileSpec() argument
|
/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 106 const auto module_path = module_file_spec.GetPath(false); in GetModuleSpec() local
|
/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.cpp | 756 GetLoadedModuleFileSpec(const char * module_path,FileSpec & file_spec) GetLoadedModuleFileSpec() argument
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | JSONUtils.cpp | 433 std::string module_path(module_path_arr); CreateModule() local
|
/llvm-project/compiler-rt/lib/asan/scripts/ |
H A D | asan_symbolize.py | 763 def __init__(self, name, arch, start_addr, end_addr, module_path, uuid): argument [all...] |
/llvm-project/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.cpp | 1840 GetLoadedModuleFileSpec(const char * module_path,FileSpec & file_spec) GetLoadedModuleFileSpec() argument
|