Home
last modified time | relevance | path

Searched defs:exe_scope (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm-project/lldb/source/Core/
DValueObjectConstResult.cpp28 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 …]
DValueObjectMemory.cpp31 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()
DValueObjectRegister.cpp41 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()
DAddress.cpp60 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()
DValueObjectVariable.cpp51 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create()
57 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
DDumpDataExtractor.cpp133 ExecutionContextScope *exe_scope, in DumpInstructions()
237 ExecutionContextScope *exe_scope) { in DumpDataExtractor()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionVariable.cpp24 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()
DClangUserExpression.cpp69 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()
DClangUtilityFunction.cpp44 ClangUtilityFunction::ClangUtilityFunction(ExecutionContextScope &exe_scope, in ClangUtilityFunction()
DClangFunctionCaller.cpp48 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, in ClangFunctionCaller()
DClangPersistentVariables.cpp35 ExecutionContextScope *exe_scope, ConstString name, in CreatePersistentVariable()
/external/llvm-project/lldb/include/lldb/Target/
DLanguage.h105 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()
DLanguageRuntime.h84 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
/external/llvm-project/lldb/source/Expression/
DExpression.cpp23 Expression::Expression(ExecutionContextScope &exe_scope) in Expression()
DUtilityFunction.cpp43 UtilityFunction::UtilityFunction(ExecutionContextScope &exe_scope, in UtilityFunction()
DMaterializer.cpp791 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
DLLVMUserExpression.cpp40 LLVMUserExpression::LLVMUserExpression(ExecutionContextScope &exe_scope, in LLVMUserExpression()
DUserExpression.cpp51 UserExpression::UserExpression(ExecutionContextScope &exe_scope, in UserExpression()
DFunctionCaller.cpp35 FunctionCaller::FunctionCaller(ExecutionContextScope &exe_scope, in FunctionCaller()
/external/llvm-project/lldb/include/lldb/Expression/
DExpressionParser.h39 ExpressionParser(ExecutionContextScope *exe_scope, Expression &expr, in ExpressionParser()
DUserExpression.h212 GetResultAfterDematerialization(ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp961 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/
DLanguage.cpp365 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/
DTypeFormat.cpp96 ExecutionContextScope *exe_scope = in FormatObject() local
DVectorType.cpp171 lldb_private::ExecutionContextScope *exe_scope = in CalculateNumChildren()

12