Home
last modified time | relevance | path

Searched refs:eValueTypeVariableArgument (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp257 case eValueTypeVariableArgument: in GetVariables()
312 case eValueTypeVariableArgument: in GetVariables()
H A DSBFunction.cpp175 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in GetArgumentName()
H A DSBFrame.cpp589 case eValueTypeVariableArgument: // function argument variables in FindValue()
832 case eValueTypeVariableArgument: in GetVariables()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp43 *o, eValueTypeVariableArgument)); in RecognizeFrame()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp125 case eValueTypeVariableArgument: in Dump()
285 case eValueTypeVariableArgument: in IsInScope()
H A DSymbolContext.cpp269 case eValueTypeVariableArgument: in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp465 case eValueTypeVariableArgument: in GetScopeString()
484 case eValueTypeVariableArgument: in ScopeRequested()
H A DCommandObjectTarget.cpp787 case eValueTypeVariableArgument: in DumpValueObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h320 eValueTypeVariableArgument = 3, ///< function argument variables enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp963 scope = eValueTypeVariableArgument; in ParseVariableForPDBData()
979 scope = eValueTypeVariableArgument; in ParseVariableForPDBData()
1005 if (scope == eValueTypeVariableLocal || scope == eValueTypeVariableArgument) { in ParseVariableForPDBData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1693 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in GetFunctionDisplayName()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst505 .. py:data:: eValueTypeVariableArgument
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1704 eValueTypeVariableArgument, args); in Format()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3459 *exception, eValueTypeVariableArgument); in ObjCExceptionRecognizedStackFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1851 is_param ? eValueTypeVariableArgument : eValueTypeVariableLocal; in CreateLocalVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3599 scope = eValueTypeVariableArgument; in ParseVariableDIE()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77963 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableArgument", lldb::eValueTypeVariableArgument)},