Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp101 static Timer::Category func_cat(LLVM_PRETTY_FUNCTION); in CreateInstance() local
102 Timer scoped_timer(func_cat, in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2137 static Timer::Category func_cat("LLDBSwigPythonCallTypeScript"); in GetScriptedSummary() local
2138 Timer scoped_timer(func_cat, "LLDBSwigPythonCallTypeScript"); in GetScriptedSummary()