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

References

tools/lldb/include/lldb/Utility/StructuredData.h
  105       return ((integer != nullptr) ? integer->GetValue() : fail_value);
  200           result = static_cast<IntType>(int_value->GetValue());
  407           result = static_cast<IntType>(int_value->GetValue());
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
  670                       ->GetValue();
  675                  ->GetValue();
  688                    ->GetValue();
  735                         ->GetValue();
  754                         ->GetValue();
  758                       ->GetValue();
  774                     ->GetValue();
  780                     ->GetValue();
  786                    ->GetValue();
 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
  371           m_breakpoint_pc_offset = breakpoint_pc_int_value->GetValue();
tools/lldb/source/Target/Thread.cpp
 1991                     id->GetAsInteger()->GetValue());
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  301   EXPECT_EQ(7U, int_sp->GetValue());
  391   EXPECT_EQ(long_value0, long(int_sp->GetValue()));
  555   EXPECT_EQ(int_value1, long(int_sp->GetValue()));