Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp266 case eValueTypeVariableArgument: in GetVariables()
323 case eValueTypeVariableArgument: in GetVariables()
H A DSBFunction.cpp180 variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument, in GetArgumentName()
H A DSBFrame.cpp600 case eValueTypeVariableArgument: // function argument variables in FindValue()
850 case eValueTypeVariableArgument: in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp43 *o, eValueTypeVariableArgument)); in RecognizeFrame()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp125 case eValueTypeVariableArgument: in Dump()
292 case eValueTypeVariableArgument: in IsInScope()
H A DSymbolContext.cpp265 case eValueTypeVariableArgument: in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp463 case eValueTypeVariableArgument: in GetScopeString()
633 case eValueTypeVariableArgument: in DoExecute()
H A DCommandObjectTarget.cpp744 case eValueTypeVariableArgument: in DumpValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h319 eValueTypeVariableArgument = 3, ///< function argument variables enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp948 scope = eValueTypeVariableArgument; in ParseVariableForPDBData()
964 scope = eValueTypeVariableArgument; in ParseVariableForPDBData()
990 if (scope == eValueTypeVariableLocal || scope == eValueTypeVariableArgument) { in ParseVariableForPDBData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1329 is_param ? eValueTypeVariableArgument : eValueTypeVariableLocal; in CreateLocalVariable()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst505 .. py:data:: eValueTypeVariableArgument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp3037 *exception, eValueTypeVariableArgument); in ObjCExceptionRecognizedStackFrame()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1650 eValueTypeVariableArgument, args); in Format()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3216 scope = eValueTypeVariableArgument; in ParseVariableDIE()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70709 {SWIG_LUA_CONSTTAB_INT("eValueTypeVariableArgument", lldb::eValueTypeVariableArgument)},