| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectConstResult.cpp | 29 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 39 ValueObjectConstResult::ValueObjectConstResult(ExecutionContextScope *exe_scope, in ValueObjectConstResult() 52 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 64 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() 85 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 99 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 109 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() 126 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 140 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() 169 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() [all …]
|
| H A D | ValueObjectMemory.cpp | 32 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() 41 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() 51 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() 79 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory()
|
| H A D | ValueObjectRegister.cpp | 43 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create() 52 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet() 175 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, in Create() 183 ValueObjectRegister::ValueObjectRegister(ExecutionContextScope *exe_scope, in ValueObjectRegister()
|
| H A D | ValueObjectVariable.cpp | 52 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create() 58 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
|
| H A D | ValueObjectDynamicValue.cpp | 247 auto *exe_scope = exe_ctx.GetBestExecutionContextScope(); in UpdateValue() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.cpp | 26 ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, in ClangExpressionVariable() 35 ExecutionContextScope *exe_scope, Value &value, ConstString name, in ClangExpressionVariable() 50 ExecutionContextScope *exe_scope, ConstString name, in ClangExpressionVariable()
|
| H A D | ClangFunctionCaller.cpp | 49 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller()
|
| H A D | ClangUtilityFunction.cpp | 32 ClangUtilityFunction::ClangUtilityFunction(ExecutionContextScope &exe_scope, in ClangUtilityFunction()
|
| H A D | ClangPersistentVariables.cpp | 41 ExecutionContextScope *exe_scope, ConstString name, in CreatePersistentVariable()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpRegisterValue.cpp | 26 lldb_private::ExecutionContextScope *exe_scope, in dump_type_value() 66 ExecutionContextScope *exe_scope, in DumpRegisterValue()
|
| H A D | Address.cpp | 63 static size_t ReadBytes(ExecutionContextScope *exe_scope, in ReadBytes() 78 static bool GetByteOrderAndAddressSize(ExecutionContextScope *exe_scope, in GetByteOrderAndAddressSize() 103 static uint64_t ReadUIntMax64(ExecutionContextScope *exe_scope, in ReadUIntMax64() 127 static bool ReadAddress(ExecutionContextScope *exe_scope, in ReadAddress() 163 static bool DumpUInt(ExecutionContextScope *exe_scope, const Address &address, in DumpUInt() 191 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory() 396 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump()
|
| H A D | DumpDataExtractor.cpp | 121 ExecutionContextScope *exe_scope, in DumpInstructions() 244 ExecutionContextScope *exe_scope) { in GetMemoryTags() 350 ExecutionContextScope *exe_scope, bool show_memory_tags) { in DumpDataExtractor()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Expression.cpp | 23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()
|
| H A D | UtilityFunction.cpp | 38 UtilityFunction::UtilityFunction(ExecutionContextScope &exe_scope, in UtilityFunction()
|
| H A D | Materializer.cpp | 943 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local 998 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local 1245 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local 1526 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local 1576 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local
|
| H A D | LLVMUserExpression.cpp | 42 LLVMUserExpression::LLVMUserExpression(ExecutionContextScope &exe_scope, in LLVMUserExpression()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionParser.h | 39 ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, in ExpressionParser()
|
| H A D | UserExpression.h | 220 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 114 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl() 137 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl()
|
| H A D | LanguageRuntime.h | 122 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 945 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger() 972 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectDWIMPrint.cpp | 203 auto *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); in DoExecute() local
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 97 ExecutionContextScope *exe_scope = in FormatObject() local
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Language.cpp | 442 size_t Language::TypeScavenger::Find(ExecutionContextScope *exe_scope, in Find() 462 ExecutionContextScope *exe_scope, const char *key, ResultSet &results) { in Find_Impl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.cpp | 115 ExecutionContextScope *exe_scope) { in GetObjectDescription()
|