Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBBlock.cpp267 case eValueTypeVariableArgument: in GetVariables()
322 case eValueTypeVariableArgument: in GetVariables()
HDSBFunction.cpp189 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in GetArgumentName()
HDSBFrame.cpp589 case eValueTypeVariableArgument: // function argument variables in FindValue()
832 case eValueTypeVariableArgument: in GetVariables()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrameRecognizer.cpp43 *o, eValueTypeVariableArgument)); in RecognizeFrame()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariable.cpp127 case eValueTypeVariableArgument: in Dump()
287 case eValueTypeVariableArgument: in IsInScope()
HDSymbolContext.cpp278 case eValueTypeVariableArgument: in GetDescription()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp414 case eValueTypeVariableArgument: in GetScopeString()
433 case eValueTypeVariableArgument: in ScopeRequested()
HDCommandObjectTarget.cpp755 case eValueTypeVariableArgument: in DumpValueObject()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp963 scope = eValueTypeVariableArgument; in ParseVariableForPDBData()
979 scope = eValueTypeVariableArgument; in ParseVariableForPDBData()
1005 if (scope == eValueTypeVariableLocal || scope == eValueTypeVariableArgument) { in ParseVariableForPDBData()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h320 eValueTypeVariableArgument = 3, ///< function argument variables enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusLanguage.cpp1738 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in GetFunctionDisplayName()
/freebsd-14-stable/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst505 .. py:data:: eValueTypeVariableArgument
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDFormatEntity.cpp1753 eValueTypeVariableArgument, args); in Format()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp1851 is_param ? eValueTypeVariableArgument : eValueTypeVariableLocal; in CreateLocalVariable()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV2.cpp3435 *exception, eValueTypeVariableArgument); in ObjCExceptionRecognizedStackFrame()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp3579 scope = eValueTypeVariableArgument; in ParseVariableDIE()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp81247 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableArgument", (lldb::eValueTypeVariableArgument))},