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.cpp267 case eValueTypeVariableArgument: in GetVariables()
322 case eValueTypeVariableArgument: in GetVariables()
H A DSBFunction.cpp189 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.cpp127 case eValueTypeVariableArgument: in Dump()
287 case eValueTypeVariableArgument: in IsInScope()
H A DSymbolContext.cpp278 case eValueTypeVariableArgument: in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp414 case eValueTypeVariableArgument: in GetScopeString()
433 case eValueTypeVariableArgument: in ScopeRequested()
H A DCommandObjectTarget.cpp755 case eValueTypeVariableArgument: in DumpValueObject()
/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/include/lldb/
H A Dlldb-enumerations.h320 eValueTypeVariableArgument = 3, ///< function argument variables enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1738 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.cpp1753 eValueTypeVariableArgument, args); in Format()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3435 *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.cpp3579 scope = eValueTypeVariableArgument; in ParseVariableDIE()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81247 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableArgument", (lldb::eValueTypeVariableArgument))},