/openbsd/gnu/llvm/clang/utils/ |
H A D | module-deps-to-rsp.py | 18 def __init__(self, module_name): argument 26 def findModule(module_name, full_deps): argument
|
H A D | modfuzz.py | 155 def add_import(model, options, module_name): argument
|
/openbsd/gnu/llvm/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() 172 const char **module_name, in FindModuleNameAndOffsetForAddress() 443 const char *module_name, in FormatAndSendCommand()
|
H A D | sanitizer_symbolizer_posix_libcdep.cpp | 205 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 D | sanitizer_stacktrace_libcdep.cpp | 169 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 D | sanitizer_common.cpp | 137 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 D | sanitizer_linux_libcdep.cpp | 642 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 D | sanitizer_procmaps_common.cpp | 123 InternalMmapVector<char> module_name(kMaxPathLength); in DumpListOfModules() local
|
H A D | sanitizer_symbolizer_markup.cpp | 51 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
|
H A D | sanitizer_coverage_libcdep_new.cpp | 49 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 D | sanitizer_symbolizer.h | 130 const char *module_name = nullptr; in GetModuleNameForPc() local
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | StackFrameRecognizer.cpp | 71 std::string module_name; in ForEach() local 115 ConstString module_name = module_sp->GetFileSpec().GetFilename(); in 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
|
H A D | TraceDumper.cpp | 136 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 D | BreakpointResolverAddress.cpp | 36 llvm::StringRef module_name; in CreateFromStructuredData() local 69 ConstString module_name; in SerializeToStructuredData() local
|
/openbsd/gnu/llvm/lldb/docs/_lldb/ |
H A D | __init__.py | 8 module_name = '_lldb' variable
|
/openbsd/gnu/llvm/lldb/utils/lui/ |
H A D | lldbutil.py | 328 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 D | ClangModulesDeclVendor.cpp | 197 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 D | cmdtemplate.py | 23 def register_lldb_command(cls, debugger, module_name): argument
|
/openbsd/gnu/llvm/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 | 78 if (const char *module_name = symbolizer->GetModuleNameForPc(addr)) in IsStackTraceSuppressed() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | Lua.cpp | 157 ConstString module_name = file.GetFileNameStrippingExtension(); in LoadModule() local
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbutil.py | 320 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 D | oasys.h | 64 char *module_name; member 135 char module_name[26-6]; member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | oasys.h | 64 char *module_name; member 135 char module_name[26-6]; member
|