Home
last modified time | relevance | path

Searched refs:func_cat (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp83 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Initialize() local
84 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in Initialize()
113 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Terminate() local
114 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in Terminate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp401 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetNumCompileUnits() local
425 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ResolveFileAddress() local
426 Timer scoped_timer(func_cat, in ResolveFileAddress()
581 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ResolveSymbolContextsForFileSpec() local
582 Timer scoped_timer(func_cat, in ResolveSymbolContextsForFileSpec()
950 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindTypes_Impl() local
951 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in FindTypes_Impl()
1308 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFirstSymbolWithNameAndType() local
1342 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFunctionSymbols() local
1343 Timer scoped_timer(func_cat, in FindFunctionSymbols()
[all …]
H A DMangled.cpp298 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in DemangleWithRichManglingInfo() local
299 Timer scoped_timer(func_cat, in DemangleWithRichManglingInfo()
372 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetDemangledName() local
373 Timer scoped_timer(func_cat, "Mangled::GetDemangledName (m_mangled = %s)", in GetDemangledName()
H A DDisassembler.cpp62 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindPlugin() local
63 Timer scoped_timer(func_cat, in FindPlugin()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp261 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in InitNameIndexes() local
448 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in AppendSymbolNamesToMap() local
606 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in SortSymbolIndexesByValue() local
607 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in SortSymbolIndexesByValue()
633 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in AppendSymbolIndexesWithName() local
634 Timer scoped_timer(func_cat, "%s", LLVM_PRETTY_FUNCTION); in AppendSymbolIndexesWithName()
650 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in AppendSymbolIndexesWithName() local
651 Timer scoped_timer(func_cat, "%s", LLVM_PRETTY_FUNCTION); in AppendSymbolIndexesWithName()
780 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindAllSymbolsWithNameAndType() local
800 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindAllSymbolsWithNameAndType() local
[all …]
H A DObjectFile.cpp37 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindPlugin() local
39 func_cat, in FindPlugin()
177 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindPlugin() local
178 Timer scoped_timer(func_cat, in FindPlugin()
H A DDWARFCallFrameInfo.cpp421 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetFDEIndex() local
422 Timer scoped_timer(func_cat, "%s - %s", LLVM_PRETTY_FUNCTION, in GetFDEIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp207 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in LocateExecutableSymbolFileDsym() local
209 func_cat, in LocateExecutableSymbolFileDsym()
232 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in LocateExecutableObjectFile() local
234 func_cat, "LocateExecutableObjectFile (file = %s, arch = %s, uuid = %p)", in LocateExecutableObjectFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp113 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Sort() local
114 Timer scoped_timer(func_cat, "%s this = %p", LLVM_PRETTY_FUNCTION, in Sort()
H A DDWARFUnit.cpp52 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ExtractUnitDIEIfNeeded() local
54 func_cat, "%8.8x: DWARFUnit::ExtractUnitDIEIfNeeded()", m_offset); in ExtractUnitDIEIfNeeded()
160 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ExtractDIEsRWLocked() local
162 func_cat, "%8.8x: DWARFUnit::ExtractDIEsIfNeeded()", m_offset); in ExtractDIEsRWLocked()
H A DSymbolFileDWARFDebugMap.cpp1002 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFunctions() local
1003 Timer scoped_timer(func_cat, in FindFunctions()
1030 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFunctions() local
1031 Timer scoped_timer(func_cat, in FindFunctions()
1057 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetTypes() local
1058 Timer scoped_timer(func_cat, in GetTypes()
H A DManualDWARFIndex.cpp32 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Index() local
33 Timer scoped_timer(func_cat, "%p", static_cast<void *>(&debug_info)); in Index()
H A DSymbolFileDWARF.cpp735 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in DebugInfo() local
736 Timer scoped_timer(func_cat, "%s this = %p", LLVM_PRETTY_FUNCTION, in DebugInfo()
773 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in DebugRanges() local
774 Timer scoped_timer(func_cat, "%s this = %p", LLVM_PRETTY_FUNCTION, in DebugRanges()
1785 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ResolveSymbolContext() local
1786 Timer scoped_timer(func_cat, in ResolveSymbolContext()
2298 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFunctions() local
2299 Timer scoped_timer(func_cat, "SymbolFileDWARF::FindFunctions (name = '%s')", in FindFunctions()
2365 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFunctions() local
2366 Timer scoped_timer(func_cat, "SymbolFileDWARF::FindFunctions (regex = '%s')", in FindFunctions()
H A DDWARFDebugLine.cpp571 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ParseStatementTable() local
573 func_cat, "DWARFDebugLine::ParseStatementTable (.debug_line[0x%8.8x])", in ParseStatementTable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp95 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in CreateInstance() local
96 Timer scoped_timer(func_cat, "SymbolVendorELF::CreateInstance (module = %s)", in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSystemInitializerFull.cpp491 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Terminate() local
492 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in Terminate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp302 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in CreateInstance() local
304 func_cat, in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp327 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in CreateTargetInternal() local
329 func_cat, "TargetList::CreateTarget (file = '%s', arch = '%s')", in CreateTargetInternal()
H A DTarget.cpp1436 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in SetExecutableModule() local
1437 Timer scoped_timer(func_cat, in SetExecutableModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp999 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ExecuteInterpreterLoop() local
1000 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in ExecuteInterpreterLoop()
2186 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetScriptedSummary() local
2187 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in GetScriptedSummary()
2211 static Timer::Category func_cat("g_swig_typescript_callback"); in GetScriptedSummary() local
2212 Timer scoped_timer(func_cat, "g_swig_typescript_callback"); in GetScriptedSummary()
3304 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in InitializePrivate() local
3305 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in InitializePrivate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp227 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Initialize() local
228 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in Initialize()
457 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in LoadCommandDictionary() local
458 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in LoadCommandDictionary()
1616 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in HandleCommand() local
1617 Timer scoped_timer(func_cat, "Handling command: %s.", command_line); in HandleCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1805 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in UpdateISAToDescriptorMapIfNeeded() local
1806 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in UpdateISAToDescriptorMapIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp713 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetModuleSpecifications() local
715 func_cat, in GetModuleSpecifications()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp309 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in DoExecute() local
310 Timer scoped_timer(func_cat, "(lldb) target create '%s'", file_path); in DoExecute()