Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.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()
1024 pcs.push_back(pc->GetAsInteger()->GetValue()); in AddThreadsForPath()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h97 Integer *GetAsInteger() { in GetAsInteger() function
104 Integer *integer = GetAsInteger();
199 if (auto int_value = value_sp->GetAsInteger()) { in GetItemAtIndexAsInteger()
406 if (auto int_value = value_sp->GetAsInteger()) { in GetValueForKeyAsInteger()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp258 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp316 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp474 strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue()); in GetInfoItemByPathAsString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1809 id->GetAsInteger()->GetValue()); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1019 s.Printf(token_format, value->GetAsInteger()->GetValue()); in FormatThreadExtendedInfoRecurse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp373 breakpoint_pc_offset_value->GetAsInteger()) in ParsePythonTargetDefinition()