Home
last modified time | relevance | path

Searched refs:LLVM_PRETTY_FUNCTION (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp196 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in ValidatePlan()
202 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in ValidatePlan()
212 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in ShouldStop()
218 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in ShouldStop()
228 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in WillStop()
234 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in WillStop()
250 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in DoPlanExplainsStop()
262 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in MischiefManaged()
268 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in MischiefManaged()
279 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in GetPlanRunState()
[all …]
H A DThreadPlanPython.cpp79 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in ShouldStop()
98 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in IsPlanStale()
117 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in DoPlanExplainsStop()
136 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in MischiefManaged()
151 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in GetPlanRunState()
173 LLDB_LOGF(log, "%s called on Python Thread Plan: %s )", LLVM_PRETTY_FUNCTION, in WillStop()
H A DPlatform.cpp774 LLVM_PRETTY_FUNCTION); in MakeDirectory()
790 LLVM_PRETTY_FUNCTION); in GetFilePermissions()
804 LLVM_PRETTY_FUNCTION); in SetFilePermissions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h91 static ::lldb_private::Timer::Category _cat(LLVM_PRETTY_FUNCTION); \
92 ::lldb_private::Timer _scoped_timer(_cat, "%s", LLVM_PRETTY_FUNCTION); \
94 &_scoped_timer, "%s", LLVM_PRETTY_FUNCTION); \
100 static ::lldb_private::Timer::Category _cat(LLVM_PRETTY_FUNCTION); \
H A DReproducerInstrumentation.h129 lldb_private::repro::Recorder _recorder(LLVM_PRETTY_FUNCTION); \
140 lldb_private::repro::Recorder _recorder(LLVM_PRETTY_FUNCTION, \
178 lldb_private::repro::Recorder _recorder(LLVM_PRETTY_FUNCTION, \
329 llvm::errs() << "Deserializing with " << LLVM_PRETTY_FUNCTION << " -> "
625 this_thread_id() << "Serializing with " << LLVM_PRETTY_FUNCTION << " -> "
641 this_thread_id() << "Serializing with " << LLVM_PRETTY_FUNCTION << " -> "
662 this_thread_id() << "Serializing with " << LLVM_PRETTY_FUNCTION << " -> "
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h510 #define LLVM_PRETTY_FUNCTION __FUNCSIG__ macro
512 #define LLVM_PRETTY_FUNCTION __PRETTY_FUNCTION__ macro
514 #define LLVM_PRETTY_FUNCTION __func__ macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp91 LLDB_SCOPED_TIMERF("%s this = %p", LLVM_PRETTY_FUNCTION, in Sort()
H A DSymbolFileDWARF.cpp641 LLDB_SCOPED_TIMERF("%s this = %p", LLVM_PRETTY_FUNCTION, in DebugInfo()
663 LLDB_SCOPED_TIMERF("%s this = %p", LLVM_PRETTY_FUNCTION, in GetDebugRanges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp71 llvm::errs() << "Deserializing with " << LLVM_PRETTY_FUNCTION << " -> \"" in Deserialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp422 LLDB_SCOPED_TIMERF("%s - %s", LLVM_PRETTY_FUNCTION, in GetFDEIndex()