Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp385 image->GetValueForKey("load_address")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
387 image->GetValueForKey("mod_date")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
395 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()
456 mh->GetValueForKey("sizeofcmds")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
470 seg->GetValueForKey("vmaddr")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp671 ->GetAsInteger() in GenerateSummary()
676 ->GetAsInteger() in GenerateSummary()
689 ->GetAsInteger() in GenerateSummary()
736 ->GetAsInteger() in GetLocationDescription()
755 ->GetAsInteger() in GetLocationDescription()
759 ->GetAsInteger() in GetLocationDescription()
775 ->GetAsInteger() in GetLocationDescription()
781 ->GetAsInteger() in GetLocationDescription()
787 ->GetAsInteger() in GetLocationDescription()
1026 pcs.push_back(pc->GetAsInteger()->GetValue()); in AddThreadsForPath()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h97 Integer *GetAsInteger() { in GetAsInteger() function
104 Integer *integer = GetAsInteger();
205 if (auto int_value = value_sp->GetAsInteger()) { in GetItemAtIndexAsInteger()
432 if (auto int_value = value_sp->GetAsInteger()) { in GetValueForKeyAsInteger()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp254 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp315 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h84 Integer *GetAsInteger() { in GetAsInteger() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp466 strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue()); in GetInfoItemByPathAsString()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1829 id->GetAsInteger()->GetValue()); in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1011 s.Printf(token_format, value->GetAsInteger()->GetValue()); in FormatThreadExtendedInfoRecurse()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp344 breakpoint_pc_offset_value->GetAsInteger()) in ParsePythonTargetDefinition()