Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/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()
443 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_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()
H A Dsanitizer_linux_libcdep.cpp642 static int AddModuleSegments(const char *module_name, dl_phdr_info *info, in AddModuleSegments()
694 InternalMmapVector<char> module_name(kMaxPathLength); in dl_iterate_phdr_cb() local
702 InternalScopedString module_name; in dl_iterate_phdr_cb() local
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_coverage_libcdep_new.cpp49 static void WriteModuleCoverage(char* file_path, const char* module_name, in WriteModuleCoverage()
63 char* module_name = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage() local
H A Dsanitizer_symbolizer.h130 const char *module_name = nullptr; in GetModuleNameForPc() local
/openbsd/gnu/llvm/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.cpp154 std::string module_name("<Unknown>"); in SetSectionUnloaded() local
189 std::string module_name("<Unknown>"); in SetSectionUnloaded() local
H A DTraceDumper.cpp136 const char *module_name = GetModuleName(item); in TraceItem() local
241 const char *module_name = GetModuleName(sc); in DumpUntracedContext() local
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp36 llvm::StringRef module_name; in CreateFromStructuredData() local
69 ConstString module_name; in SerializeToStructuredData() local
/openbsd/gnu/llvm/lldb/docs/_lldb/
H A D__init__.py8 module_name = '_lldb' variable
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp197 const auto &module_name = info.getArgStdStr(0); in HandleModuleRemark() local
217 const auto &module_name = info.getArgStdStr(0); in HandleModuleRemark() local
227 llvm::StringRef module_name) { in SetCurrentModuleProgress()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dcmdtemplate.py23 def register_lldb_command(cls, debugger, module_name): argument
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp157 ConstString module_name = file.GetFileNameStrippingExtension(); in LoadModule() local
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py320 module_name=None): argument
366 module_name=None): argument
401 module_name=None): argument
562 module_name=None, argument
/openbsd/gnu/usr.bin/binutils/include/
H A Doasys.h64 char *module_name; member
135 char module_name[26-6]; member
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Doasys.h64 char *module_name; member
135 char module_name[26-6]; member

12