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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86290   SWIG_Python_SetConstant(d, "eValueTypeVariableArgument",SWIG_From_int(static_cast< int >(lldb::eValueTypeVariableArgument)));
tools/lldb/source/API/SBBlock.cpp
  274             case eValueTypeVariableArgument:
  331             case eValueTypeVariableArgument:
tools/lldb/source/API/SBFrame.cpp
  599         case eValueTypeVariableArgument:    // function argument variables
  851                 case eValueTypeVariableArgument:
tools/lldb/source/API/SBFunction.cpp
  189       variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument,
tools/lldb/source/Commands/CommandObjectFrame.cpp
  472     case eValueTypeVariableArgument:
  642             case eValueTypeVariableArgument:
tools/lldb/source/Commands/CommandObjectTarget.cpp
  764     case eValueTypeVariableArgument:
tools/lldb/source/Core/FormatEntity.cpp
 1635                 eValueTypeVariableArgument, args);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 2700         *exception, eValueTypeVariableArgument);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3344         scope = eValueTypeVariableArgument;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1352       is_param ? eValueTypeVariableArgument : eValueTypeVariableLocal;
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  946     scope = eValueTypeVariableArgument;
  962       scope = eValueTypeVariableArgument;
  988   if (scope == eValueTypeVariableLocal || scope == eValueTypeVariableArgument) {
tools/lldb/source/Symbol/SymbolContext.cpp
  276     case eValueTypeVariableArgument:
tools/lldb/source/Symbol/Variable.cpp
  127     case eValueTypeVariableArgument:
  294   case eValueTypeVariableArgument:
tools/lldb/source/Target/StackFrameRecognizer.cpp
   44         *o, eValueTypeVariableArgument));