Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Initialization/
DSystemInitializerCommon.cpp134 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Initialize() local
135 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in Initialize()
150 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Terminate() local
151 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in Terminate()
/external/llvm-project/lldb/source/Core/
DModule.cpp422 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetNumCompileUnits() local
423 Timer scoped_timer(func_cat, "Module::GetNumCompileUnits (module = %p)", in GetNumCompileUnits()
444 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ResolveFileAddress() local
445 Timer scoped_timer(func_cat, in ResolveFileAddress()
597 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ResolveSymbolContextsForFileSpec() local
598 Timer scoped_timer(func_cat, in ResolveSymbolContextsForFileSpec()
943 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindTypes_Impl() local
944 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in FindTypes_Impl()
1031 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindTypes() local
1032 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in FindTypes()
[all …]
DMangled.cpp231 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in DemangleWithRichManglingInfo() local
232 Timer scoped_timer(func_cat, in DemangleWithRichManglingInfo()
302 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetDemangledName() local
303 Timer scoped_timer(func_cat, "Mangled::GetDemangledName (m_mangled = %s)", in GetDemangledName()
DDisassembler.cpp61 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindPlugin() local
62 Timer scoped_timer(func_cat, in FindPlugin()
/external/llvm-project/lldb/source/Symbol/
DSymtab.cpp254 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in InitNameIndexes() local
255 Timer scoped_timer(func_cat, "%s", LLVM_PRETTY_FUNCTION); in InitNameIndexes()
415 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in AppendSymbolNamesToMap() local
416 Timer scoped_timer(func_cat, "%s", LLVM_PRETTY_FUNCTION); in AppendSymbolNamesToMap()
570 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in SortSymbolIndexesByValue() local
571 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in SortSymbolIndexesByValue()
597 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in AppendSymbolIndexesWithName() local
598 Timer scoped_timer(func_cat, "%s", LLVM_PRETTY_FUNCTION); in AppendSymbolIndexesWithName()
614 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in AppendSymbolIndexesWithName() local
615 Timer scoped_timer(func_cat, "%s", LLVM_PRETTY_FUNCTION); in AppendSymbolIndexesWithName()
[all …]
DLocateSymbolFile.cpp212 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in LocateExecutableSymbolFileDsym() local
214 func_cat, in LocateExecutableSymbolFileDsym()
238 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in LocateExecutableObjectFile() local
240 func_cat, "LocateExecutableObjectFile (file = %s, arch = %s, uuid = %p)", in LocateExecutableObjectFile()
DObjectFile.cpp38 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindPlugin() local
40 func_cat, in FindPlugin()
177 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindPlugin() local
178 Timer scoped_timer(func_cat, in FindPlugin()
DCompileUnit.cpp78 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFunction() local
79 Timer scoped_timer(func_cat, "CompileUnit::FindFunction"); in FindFunction()
DDWARFCallFrameInfo.cpp422 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetFDEIndex() local
423 Timer scoped_timer(func_cat, "%s - %s", LLVM_PRETTY_FUNCTION, in GetFDEIndex()
/external/llvm-project/lldb/tools/lldb-test/
DSystemInitializerTest.cpp57 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Terminate() local
58 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in Terminate()
/external/llvm-project/lldb/source/API/
DSystemInitializerFull.cpp72 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Terminate() local
73 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in Terminate()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAranges.cpp81 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Sort() local
82 Timer scoped_timer(func_cat, "%s this = %p", LLVM_PRETTY_FUNCTION, in Sort()
DSymbolFileDWARFDebugMap.cpp1016 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFunctions() local
1017 Timer scoped_timer(func_cat, in FindFunctions()
1037 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFunctions() local
1038 Timer scoped_timer(func_cat, in FindFunctions()
1058 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetTypes() local
1059 Timer scoped_timer(func_cat, in GetTypes()
DDWARFUnit.cpp52 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ExtractUnitDIEIfNeeded() local
53 Timer scoped_timer(func_cat, "%8.8x: DWARFUnit::ExtractUnitDIEIfNeeded()", in ExtractUnitDIEIfNeeded()
148 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ExtractDIEsRWLocked() local
149 Timer scoped_timer(func_cat, "%8.8x: DWARFUnit::ExtractDIEsIfNeeded()", in ExtractDIEsRWLocked()
DManualDWARFIndex.cpp31 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Index() local
32 Timer scoped_timer(func_cat, "%p", static_cast<void *>(&main_dwarf)); in Index()
DSymbolFileDWARF.cpp626 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in DebugInfo() local
627 Timer scoped_timer(func_cat, "%s this = %p", LLVM_PRETTY_FUNCTION, in DebugInfo()
649 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetDebugRanges() local
650 Timer scoped_timer(func_cat, "%s this = %p", LLVM_PRETTY_FUNCTION, in GetDebugRanges()
832 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ParseFunctions() local
833 Timer scoped_timer(func_cat, "SymbolFileDWARF::ParseFunctions"); in ParseFunctions()
1842 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ResolveSymbolContext() local
1843 Timer scoped_timer(func_cat, in ResolveSymbolContext()
2280 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFunctions() local
2281 Timer scoped_timer(func_cat, "SymbolFileDWARF::FindFunctions (name = '%s')", in FindFunctions()
[all …]
/external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
DSymbolVendorWasm.cpp75 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in CreateInstance() local
76 Timer scoped_timer(func_cat, "SymbolVendorWasm::CreateInstance (module = %s)", in CreateInstance()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp84 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in CreateInstance() local
85 Timer scoped_timer(func_cat, "SymbolVendorELF::CreateInstance (module = %s)", in CreateInstance()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp113 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ExecuteInterpreterLoop() local
114 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in ExecuteInterpreterLoop()
/external/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
DSymbolVendorMacOSX.cpp106 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in CreateInstance() local
107 Timer scoped_timer(func_cat, in CreateInstance()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
DCPPLanguageRuntime.cpp102 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindLibCppStdFunctionCallableInfo() local
103 Timer scoped_timer(func_cat, in FindLibCppStdFunctionCallableInfo()
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp303 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in CreateInstance() local
305 func_cat, in CreateInstance()
/external/llvm-project/lldb/source/Target/
DTargetList.cpp280 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in CreateTargetInternal() local
282 func_cat, "TargetList::CreateTarget (file = '%s', arch = '%s')", in CreateTargetInternal()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1004 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in ExecuteInterpreterLoop() local
1005 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in ExecuteInterpreterLoop()
2223 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in GetScriptedSummary() local
2224 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in GetScriptedSummary()
2248 static Timer::Category func_cat("LLDBSwigPythonCallTypeScript"); in GetScriptedSummary() local
2249 Timer scoped_timer(func_cat, "LLDBSwigPythonCallTypeScript"); in GetScriptedSummary()
3243 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in InitializePrivate() local
3244 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in InitializePrivate()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp227 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in Initialize() local
228 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in Initialize()
490 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in LoadCommandDictionary() local
491 Timer scoped_timer(func_cat, LLVM_PRETTY_FUNCTION); in LoadCommandDictionary()
1653 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in HandleCommand() local
1654 Timer scoped_timer(func_cat, "Handling command: %s.", command_line); in HandleCommand()

12