Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp395 mh->GetValueForKey("magic")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
397 mh->GetValueForKey("cputype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
399 mh->GetValueForKey("cpusubtype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
401 mh->GetValueForKey("filetype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
444 mh->GetValueForKey("flags")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
450 mh->GetValueForKey("ncmds")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
470 seg->GetValueForKey("vmaddr")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
472 seg->GetValueForKey("vmsize")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
474 seg->GetValueForKey("fileoff")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
478 seg->GetValueForKey("maxprot")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp668 ->GetAsInteger() in GenerateSummary()
673 ->GetAsInteger() in GenerateSummary()
686 ->GetAsInteger() in GenerateSummary()
733 ->GetAsInteger() in GetLocationDescription()
752 ->GetAsInteger() in GetLocationDescription()
756 ->GetAsInteger() in GetLocationDescription()
772 ->GetAsInteger() in GetLocationDescription()
778 ->GetAsInteger() in GetLocationDescription()
784 ->GetAsInteger() in GetLocationDescription()
1022 pcs.push_back(pc->GetAsInteger()->GetValue()); in AddThreadsForPath()
/llvm-project-15.0.7/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()
416 if (auto int_value = value_sp->GetAsInteger()) { in GetValueForKeyAsInteger()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp253 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp314 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSONGenerator.h84 Integer *GetAsInteger() { in GetAsInteger() function
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp361 auto int_sp = array_sp->GetItemAtIndex(0)->GetAsInteger(); in TEST_F()
525 auto int_sp = dict_sp->GetValueForKey(string_key1)->GetAsInteger(); in TEST_F()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc120 int64_t GetAsInteger() const { in GetAsInteger() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp466 strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue()); in GetInfoItemByPathAsString()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1802 id->GetAsInteger()->GetValue()); in GetDescription()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1018 s.Printf(token_format, value->GetAsInteger()->GetValue()); in FormatThreadExtendedInfoRecurse()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp358 breakpoint_pc_offset_value->GetAsInteger()) in ParsePythonTargetDefinition()