Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/clang/utils/
H A Dmodule-deps-to-rsp.py19 def __init__(self, module_name): argument
29 def findModule(module_name, full_deps): argument
[all...]
H A Dmodfuzz.py179 def add_import(model, options, module_name): argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dget_module_and_offset_for_pc.cpp23 char module_name[1024]; in Test() local
49 char module_name[1024]; in TestLoop() local
/llvm-project/lldb/docs/_lldb/
H A D__init__.py8 module_name = "_lldb" variable
/llvm-project/mlir/test/python/dialects/linalg/opdsl/
H A Ddoctests.py7 def test_module(module_name): argument
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/
H A Ddump_oplib.py52 def load_module_from_file(module_name, file_path): argument
/llvm-project/lldb/test/API/commands/command/script/add/
H A Dtest_commands.py48 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 DStackFrameRecognizer.cpp71 std::string module_name; ForEach() local
115 ConstString module_name = module_sp->GetFileSpec().GetFilename(); GetRecognizerForFrame() local
H A DSectionLoadList.cpp154 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 Dsanitizer_symbolizer_libcdep.cpp104 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 Dsanitizer_symbolizer_markup_fuchsia.cpp38 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
H A Dsanitizer_symbolizer_posix_libcdep.cpp206 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 Dsanitizer_stacktrace_libcdep.cpp170 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 Dsanitizer_procmaps_common.cpp123 InternalMmapVector<char> module_name(kMaxPathLength); in DumpListOfModules() local
/llvm-project/llvm/test/Bindings/OCaml/
H A Ddebuginfo.ml17 let module_name = "di_test_module" var
/llvm-project/mlir/python/mlir/_mlir_libs/
H A D__init__.py84 process_initializer_module(module_name) global() argument
/llvm-project/lldb/utils/lui/
H A Dlldbutil.py337 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 Dasan_interface_internal.h53 const char *module_name; // Module name as a C string. This pointer is a member
H A Dasan_suppressions.cpp77 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) IsStackTraceSuppressed() local
/llvm-project/lldb/examples/python/
H A Dcmdtemplate.py21 def register_lldb_command(cls, debugger, module_name): argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp186 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 DLua.cpp156 ConstString module_name = file.GetFileNameStrippingExtension(); in LoadModule() local
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestWasm.py30 def __init__(self, obj_path, module_name=""): argument
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp35 llvm::StringRef module_name; in CreateFromStructuredData() local
/llvm-project/lldb/unittests/Target/
H A DModuleCacheTest.cpp41 static const char module_name[] = "TestModule.so"; variable

123