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.cpp266 case eValueTypeVariableArgument: in GetVariables()
321 case eValueTypeVariableArgument: in GetVariables()
H A DSBFunction.cpp188 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in GetArgumentName()
H A DSBFrame.cpp590 case eValueTypeVariableArgument: // function argument variables in FindValue()
833 case eValueTypeVariableArgument: in GetVariables()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp48 *o, eValueTypeVariableArgument)); in RecognizeFrame()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp127 case eValueTypeVariableArgument: in Dump()
286 case eValueTypeVariableArgument: in IsInScope()
H A DSymbolContext.cpp284 case eValueTypeVariableArgument: in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp438 case eValueTypeVariableArgument: in GetScopeString()
457 case eValueTypeVariableArgument: in ScopeRequested()
H A DCommandObjectTarget.cpp754 case eValueTypeVariableArgument: in DumpValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp949 scope = eValueTypeVariableArgument; in ParseVariableForPDBData()
965 scope = eValueTypeVariableArgument; in ParseVariableForPDBData()
991 if (scope == eValueTypeVariableLocal || scope == eValueTypeVariableArgument) { in ParseVariableForPDBData()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h327 eValueTypeVariableArgument = 3, ///< function argument variables enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1985 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in PrintFunctionNameWithArgs()
2082 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in HandleFrameFormatVariable()
/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.cpp1221 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in PrintFunctionNameWithArgs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3462 *exception, eValueTypeVariableArgument); in ObjCExceptionRecognizedStackFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1868 is_param ? eValueTypeVariableArgument : eValueTypeVariableLocal; in CreateLocalVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3489 scope = eValueTypeVariableArgument; in ParseVariableDIE()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82645 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableArgument", (lldb::eValueTypeVariableArgument))},