| /external/llvm-project/lldb/source/Core/ |
| D | ValueObjectConstResult.cpp | 28 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 38 ValueObjectConstResult::ValueObjectConstResult(ExecutionContextScope *exe_scope, in ValueObjectConstResult() 51 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 63 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() 84 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 98 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() 170 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() [all …]
|
| D | ValueObjectMemory.cpp | 31 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() 40 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() 50 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory() 78 ValueObjectMemory::ValueObjectMemory(ExecutionContextScope *exe_scope, in ValueObjectMemory()
|
| D | ValueObjectRegister.cpp | 41 ValueObjectRegisterSet::Create(ExecutionContextScope *exe_scope, in Create() 50 ValueObjectRegisterSet::ValueObjectRegisterSet(ExecutionContextScope *exe_scope, in ValueObjectRegisterSet() 178 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, in Create() 186 ValueObjectRegister::ValueObjectRegister(ExecutionContextScope *exe_scope, in ValueObjectRegister()
|
| D | Address.cpp | 60 static size_t ReadBytes(ExecutionContextScope *exe_scope, in ReadBytes() 75 static bool GetByteOrderAndAddressSize(ExecutionContextScope *exe_scope, in GetByteOrderAndAddressSize() 100 static uint64_t ReadUIntMax64(ExecutionContextScope *exe_scope, in ReadUIntMax64() 124 static bool ReadAddress(ExecutionContextScope *exe_scope, in ReadAddress() 161 static bool DumpUInt(ExecutionContextScope *exe_scope, const Address &address, in DumpUInt() 189 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory() 392 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump()
|
| D | ValueObjectVariable.cpp | 51 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create() 57 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
|
| D | DumpDataExtractor.cpp | 133 ExecutionContextScope *exe_scope, in DumpInstructions() 237 ExecutionContextScope *exe_scope) { in DumpDataExtractor()
|
| /external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangExpressionVariable.cpp | 24 ExecutionContextScope *exe_scope, lldb::ByteOrder byte_order, in ClangExpressionVariable() 34 ExecutionContextScope *exe_scope, Value &value, ConstString name, in ClangExpressionVariable() 51 ExecutionContextScope *exe_scope, ConstString name, in ClangExpressionVariable()
|
| D | ClangUserExpression.cpp | 69 ExecutionContextScope &exe_scope, llvm::StringRef expr, in ClangUserExpression() 616 ExecutionContextScope *exe_scope = process; in Parse() local 805 ExecutionContextScope *exe_scope = process; in Complete() local 906 ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
|
| D | ClangUtilityFunction.cpp | 44 ClangUtilityFunction::ClangUtilityFunction(ExecutionContextScope &exe_scope, in ClangUtilityFunction()
|
| D | ClangFunctionCaller.cpp | 48 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller()
|
| D | ClangPersistentVariables.cpp | 35 ExecutionContextScope *exe_scope, ConstString name, in CreatePersistentVariable()
|
| /external/llvm-project/lldb/include/lldb/Target/ |
| D | Language.h | 105 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl() 128 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl()
|
| D | LanguageRuntime.h | 84 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
|
| /external/llvm-project/lldb/source/Expression/ |
| D | Expression.cpp | 23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()
|
| D | UtilityFunction.cpp | 43 UtilityFunction::UtilityFunction(ExecutionContextScope &exe_scope, in UtilityFunction()
|
| D | Materializer.cpp | 791 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local 843 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local 1071 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local 1352 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local 1403 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local
|
| D | LLVMUserExpression.cpp | 40 LLVMUserExpression::LLVMUserExpression(ExecutionContextScope &exe_scope, in LLVMUserExpression()
|
| D | UserExpression.cpp | 51 UserExpression::UserExpression(ExecutionContextScope &exe_scope, in UserExpression()
|
| D | FunctionCaller.cpp | 35 FunctionCaller::FunctionCaller(ExecutionContextScope &exe_scope, in FunctionCaller()
|
| /external/llvm-project/lldb/include/lldb/Expression/ |
| D | ExpressionParser.h | 39 ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, in ExpressionParser()
|
| D | UserExpression.h | 212 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
|
| /external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| D | ObjCLanguage.cpp | 961 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger() 988 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger()
|
| /external/llvm-project/lldb/source/Target/ |
| D | Language.cpp | 365 size_t Language::TypeScavenger::Find(ExecutionContextScope *exe_scope, in Find() 385 ExecutionContextScope *exe_scope, const char *key, ResultSet &results) { in Find_Impl()
|
| /external/llvm-project/lldb/source/DataFormatters/ |
| D | TypeFormat.cpp | 96 ExecutionContextScope *exe_scope = in FormatObject() local
|
| D | VectorType.cpp | 171 lldb_private::ExecutionContextScope *exe_scope = in CalculateNumChildren()
|