Home
last modified time | relevance | path

Searched refs:GetAsInteger (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp670 ->GetAsInteger() in GenerateSummary()
675 ->GetAsInteger() in GenerateSummary()
688 ->GetAsInteger() in GenerateSummary()
735 ->GetAsInteger() in GetLocationDescription()
754 ->GetAsInteger() in GetLocationDescription()
758 ->GetAsInteger() in GetLocationDescription()
774 ->GetAsInteger() in GetLocationDescription()
780 ->GetAsInteger() in GetLocationDescription()
786 ->GetAsInteger() in GetLocationDescription()
1023 pcs.push_back(pc->GetAsInteger()->GetValue()); in AddThreadsForPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h101 Integer *GetAsInteger() { in GetAsInteger() function
108 Integer *integer = GetAsInteger();
198 if (auto int_value = value_sp->GetAsInteger()) { in GetItemAtIndexAsInteger()
405 if (auto int_value = value_sp->GetAsInteger()) { in GetValueForKeyAsInteger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp253 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp318 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp566 strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue()); in GetInfoItemByPathAsString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp2004 id->GetAsInteger()->GetValue()); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1049 s.Printf(token_format, value->GetAsInteger()->GetValue()); in FormatThreadExtendedInfoRecurse()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp405 breakpoint_pc_offset_value->GetAsInteger()) in ParsePythonTargetDefinition()