Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/utils/
H A Dmodule-deps-to-rsp.py18 def __init__(self, module_name): argument
26 def findModule(module_name, full_deps): argument
H A Dmodfuzz.py155 def add_import(model, options, module_name): argument
/llvm-project-15.0.7/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-15.0.7/lldb/docs/_lldb/
H A D__init__.py8 module_name = '_lldb' variable
/llvm-project-15.0.7/mlir/test/python/dialects/linalg/opdsl/
H A Ddoctests.py6 def test_module(module_name): argument
/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/
H A Ddump_oplib.py54 def load_module_from_file(module_name, file_path): argument
/llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/
H A D__init__.py60 def process_initializer_module(module_name): argument
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameRecognizer.cpp71 std::string module_name; in ForEach() local
115 ConstString module_name = module_sp->GetFileSpec().GetFilename(); in GetRecognizerForFrame() local
H A DSectionLoadList.cpp144 std::string module_name("<Unknown>"); in SetSectionUnloaded() local
179 std::string module_name("<Unknown>"); in SetSectionUnloaded() local
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp36 llvm::StringRef module_name; in CreateFromStructuredData() local
69 ConstString module_name; in SerializeToStructuredData() local
/llvm-project-15.0.7/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()
172 const char **module_name, in FindModuleNameAndOffsetForAddress()
441 const char *module_name, in FormatAndSendCommand()
H A Dsanitizer_symbolizer_posix_libcdep.cpp205 Addr2LineProcess(const char *path, const char *module_name) in Addr2LineProcess()
208 const char *module_name() const { return module_name_; } in module_name() function in __sanitizer::Addr2LineProcess
290 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand()
H A Dsanitizer_stacktrace_libcdep.cpp169 int GetModuleAndOffsetForPc(uptr pc, char *module_name, uptr module_name_len, in GetModuleAndOffsetForPc()
219 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
H A Dsanitizer_symbolizer_markup.cpp51 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
H A Dsanitizer_common.cpp137 void LoadedModule::set(const char *module_name, uptr base_address) { in set()
143 void LoadedModule::set(const char *module_name, uptr base_address, in set()
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Ddebuginfo.ml17 let module_name = "di_test_module" var
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py328 module_name=None): argument
373 module_name=None): argument
408 module_name=None): argument
544 module_name=None, argument
/llvm-project-15.0.7/lldb/examples/python/
H A Dcmdtemplate.py25 def register_lldb_command(cls, debugger, module_name): argument
/llvm-project-15.0.7/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.cpp78 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) in IsStackTraceSuppressed() local
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestWasm.py29 def __init__(self, obj_path, module_name = ""): argument
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp157 ConstString module_name = file.GetFileNameStrippingExtension(); in LoadModule() local
/llvm-project-15.0.7/lldb/unittests/Target/
H A DModuleCacheTest.cpp41 static const char module_name[] = "TestModule.so"; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A Dadd_new_check.py333 def filename_from_module(module_name, check_name): argument

12