Home
last modified time | relevance | path

Searched refs:GetModuleName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp30 static const char *GetModuleName(const SymbolContext &sc) { in GetModuleName() function
39 static const char *GetModuleName(const TraceDumper::TraceItem &item) { in GetModuleName() function
42 return GetModuleName(item.symbol_info->sc); in GetModuleName()
136 const char *module_name = GetModuleName(item); in TraceItem()
241 const char *module_name = GetModuleName(sc); in DumpUntracedContext()
376 m_j.attribute("module", ToOptionalString(GetModuleName(item))); in DumpInstruction()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp224 static std::string GetModuleName(uintptr_t PC) { in GetModuleName() function
239 auto ModuleName = GetModuleName(M.Start->PC); in IterateCoveredFunctions()