/external/llvm-project/lldb/source/Initialization/ |
D | SystemInitializerCommon.cpp | 134 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/ |
D | Module.cpp | 422 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 …]
|
D | Mangled.cpp | 231 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()
|
D | Disassembler.cpp | 61 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/ |
D | Symtab.cpp | 254 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 …]
|
D | LocateSymbolFile.cpp | 212 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()
|
D | ObjectFile.cpp | 38 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()
|
D | CompileUnit.cpp | 78 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in FindFunction() local 79 Timer scoped_timer(func_cat, "CompileUnit::FindFunction"); in FindFunction()
|
D | DWARFCallFrameInfo.cpp | 422 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/ |
D | SystemInitializerTest.cpp | 57 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/ |
D | SystemInitializerFull.cpp | 72 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/ |
D | DWARFDebugAranges.cpp | 81 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()
|
D | SymbolFileDWARFDebugMap.cpp | 1016 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()
|
D | DWARFUnit.cpp | 52 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()
|
D | ManualDWARFIndex.cpp | 31 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()
|
D | SymbolFileDWARF.cpp | 626 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/ |
D | SymbolVendorWasm.cpp | 75 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/ |
D | SymbolVendorELF.cpp | 84 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/ |
D | ScriptInterpreterLua.cpp | 113 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/ |
D | SymbolVendorMacOSX.cpp | 106 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/ |
D | CPPLanguageRuntime.cpp | 102 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/ |
D | ObjectContainerBSDArchive.cpp | 303 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in CreateInstance() local 305 func_cat, in CreateInstance()
|
/external/llvm-project/lldb/source/Target/ |
D | TargetList.cpp | 280 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/ |
D | ScriptInterpreterPython.cpp | 1004 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/ |
D | CommandInterpreter.cpp | 227 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()
|