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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86288   SWIG_Python_SetConstant(d, "eValueTypeVariableGlobal",SWIG_From_int(static_cast< int >(lldb::eValueTypeVariableGlobal)));
tools/lldb/source/API/SBBlock.cpp
  268             case eValueTypeVariableGlobal:
  325             case eValueTypeVariableGlobal:
tools/lldb/source/API/SBFrame.cpp
  597         case eValueTypeVariableGlobal:      // global variable
  615           if (value_type == eValueTypeVariableGlobal) {
  845                 case eValueTypeVariableGlobal:
tools/lldb/source/Commands/CommandObjectFrame.cpp
  468     case eValueTypeVariableGlobal:
  634             case eValueTypeVariableGlobal:
tools/lldb/source/Commands/CommandObjectTarget.cpp
  754     case eValueTypeVariableGlobal:
tools/lldb/source/Core/ValueObjectMemory.cpp
  145   return lldb::eValueTypeVariableGlobal;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3382             scope = eValueTypeVariableGlobal;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  763     scope = (sym.kind() == S_GDATA32) ? eValueTypeVariableGlobal
  840       type_sp, eValueTypeVariableGlobal, module.get(), ranges, &decl, location,
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  929     scope = eValueTypeVariableGlobal;
tools/lldb/source/Symbol/SymbolContext.cpp
  268     case eValueTypeVariableGlobal:
tools/lldb/source/Symbol/Variable.cpp
  124     case eValueTypeVariableGlobal:
  289   case eValueTypeVariableGlobal: