reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/StructuredData.h
  104       Integer *integer = GetAsInteger();
  199         if (auto int_value = value_sp->GetAsInteger()) {
  406         if (auto int_value = value_sp->GetAsInteger()) {
tools/lldb/source/API/SBThread.cpp
  527             strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue());
tools/lldb/source/Core/FormatEntity.cpp
 1025       s.Printf(token_format, value->GetAsInteger()->GetValue());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  367         image->GetValueForKey("load_address")->GetAsInteger()->GetValue();
  369         image->GetValueForKey("mod_date")->GetAsInteger()->GetValue();
  377         mh->GetValueForKey("magic")->GetAsInteger()->GetValue();
  379         mh->GetValueForKey("cputype")->GetAsInteger()->GetValue();
  381         mh->GetValueForKey("cpusubtype")->GetAsInteger()->GetValue();
  383         mh->GetValueForKey("filetype")->GetAsInteger()->GetValue();
  416           mh->GetValueForKey("flags")->GetAsInteger()->GetValue();
  422           mh->GetValueForKey("ncmds")->GetAsInteger()->GetValue();
  428           mh->GetValueForKey("sizeofcmds")->GetAsInteger()->GetValue();
  442           seg->GetValueForKey("vmaddr")->GetAsInteger()->GetValue();
  444           seg->GetValueForKey("vmsize")->GetAsInteger()->GetValue();
  446           seg->GetValueForKey("fileoff")->GetAsInteger()->GetValue();
  448           seg->GetValueForKey("filesize")->GetAsInteger()->GetValue();
  450           seg->GetValueForKey("maxprot")->GetAsInteger()->GetValue();
  457             seg->GetValueForKey("initprot")->GetAsInteger()->GetValue();
  463             seg->GetValueForKey("flags")->GetAsInteger()->GetValue();
  469             seg->GetValueForKey("nsects")->GetAsInteger()->GetValue();
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  254     PCs.push_back(PC->GetAsInteger()->GetValue());
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  669                       ->GetAsInteger()
  674                  ->GetAsInteger()
  687                    ->GetAsInteger()
  734                         ->GetAsInteger()
  753                         ->GetAsInteger()
  757                       ->GetAsInteger()
  773                     ->GetAsInteger()
  779                     ->GetAsInteger()
  785                    ->GetAsInteger()
 1020               pcs.push_back(pc->GetAsInteger()->GetValue());
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  319     PCs.push_back(PC->GetAsInteger()->GetValue());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  370                 breakpoint_pc_offset_value->GetAsInteger())
tools/lldb/source/Target/Thread.cpp
 1991                     id->GetAsInteger()->GetValue());
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  388   auto int_sp = array_sp->GetItemAtIndex(0)->GetAsInteger();
  552   auto int_sp = dict_sp->GetValueForKey(string_key1)->GetAsInteger();