/llvm-project/clang/utils/ |
H A D | module-deps-to-rsp.py | 19 def __init__(self, module_name): argument 29 def findModule(module_name, full_deps): argument [all...] |
H A D | modfuzz.py | 179 def add_import(model, options, module_name): argument
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/ |
H A D | get_module_and_offset_for_pc.cpp | 23 char module_name[1024]; in Test() local 49 char module_name[1024]; in TestLoop() local
|
/llvm-project/lldb/docs/_lldb/ |
H A D | __init__.py | 8 module_name = "_lldb" variable
|
/llvm-project/mlir/test/python/dialects/linalg/opdsl/ |
H A D | doctests.py | 7 def test_module(module_name): argument
|
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ |
H A D | dump_oplib.py | 52 def load_module_from_file(module_name, file_path): argument
|
/llvm-project/lldb/test/API/commands/command/script/add/ |
H A D | test_commands.py | 48 ParsedCommand.do_register_cmd(cls, debugger, module_name) argument 125 def register_lldb_command(cls, debugger, module_name): argument 153 register_lldb_command(cls, debugger, module_name) global() argument
|
/llvm-project/lldb/source/Target/ |
H A D | StackFrameRecognizer.cpp | 71 std::string module_name; ForEach() local 115 ConstString module_name = module_sp->GetFileSpec().GetFilename(); GetRecognizerForFrame() local
|
H A D | SectionLoadList.cpp | 154 std::string module_name("<Unknown>"); in SetSectionUnloaded() local 189 std::string module_name("<Unknown>"); in SetSectionUnloaded() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_libcdep.cpp | 104 const char *module_name = nullptr; in SymbolizeData() local 125 const char *module_name = nullptr; in SymbolizeFrame() local 139 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC() 175 const char **module_name, in FindModuleNameAndOffsetForAddress() 453 const char *module_name, in FormatAndSendCommand()
|
H A D | sanitizer_symbolizer_markup_fuchsia.cpp | 38 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
|
H A D | sanitizer_symbolizer_posix_libcdep.cpp | 206 Addr2LineProcess(const char *path, const char *module_name) in Addr2LineProcess() 209 const char *module_name() const { return module_name_; } in module_name() function in __sanitizer::Addr2LineProcess 291 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand()
|
H A D | sanitizer_stacktrace_libcdep.cpp | 170 int GetModuleAndOffsetForPc(uptr pc, char *module_name, uptr module_name_len, in GetModuleAndOffsetForPc() 221 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_name, in __sanitizer_get_module_and_offset_for_pc()
|
H A D | sanitizer_procmaps_common.cpp | 123 InternalMmapVector<char> module_name(kMaxPathLength); in DumpListOfModules() local
|
/llvm-project/llvm/test/Bindings/OCaml/ |
H A D | debuginfo.ml | 17 let module_name = "di_test_module" var
|
/llvm-project/mlir/python/mlir/_mlir_libs/ |
H A D | __init__.py | 84 process_initializer_module(module_name) global() argument
|
/llvm-project/lldb/utils/lui/ |
H A D | lldbutil.py | 337 module_name=None, argument 384 module_name=None, argument 417 test, selector, extra_options=None, num_expected_locations=-1, module_name=None argument 545 module_name=None, argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interface_internal.h | 53 const char *module_name; // Module name as a C string. This pointer is a member
|
H A D | asan_suppressions.cpp | 77 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) IsStackTraceSuppressed() local
|
/llvm-project/lldb/examples/python/ |
H A D | cmdtemplate.py | 21 def register_lldb_command(cls, debugger, module_name): argument
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 186 SetCurrentModuleProgress(module_name); in HandleModuleRemark() local 207 LLDB_LOG(log, "Finished building Clang module {0}", module_name); in HandleModuleRemark() local 217 SetCurrentModuleProgress(std::string module_name) SetCurrentModuleProgress() argument
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | Lua.cpp | 156 ConstString module_name = file.GetFileNameStrippingExtension(); in LoadModule() local
|
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
H A D | TestWasm.py | 30 def __init__(self, obj_path, module_name=""): argument
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverAddress.cpp | 35 llvm::StringRef module_name; in CreateFromStructuredData() local
|
/llvm-project/lldb/unittests/Target/ |
H A D | ModuleCacheTest.cpp | 41 static const char module_name[] = "TestModule.so"; variable
|