/freebsd/contrib/llvm-project/lldb/source/Core/ |
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() 110 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() 127 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() 141 ExecutionContextScope *exe_scope, ValueObjectManager &manager, in ValueObjectConstResult() 171 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() 173 ValueObjectSP ValueObjectRegister::Create(ExecutionContextScope *exe_scope, in Create() 181 ValueObjectRegister::ValueObjectRegister(ExecutionContextScope *exe_scope, in ValueObjectRegister()
|
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() 164 static bool DumpUInt(ExecutionContextScope *exe_scope, const Address &address, in DumpUInt() 192 static size_t ReadCStringFromMemory(ExecutionContextScope *exe_scope, in ReadCStringFromMemory() 408 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style, in Dump()
|
H A D | ValueObjectVariable.cpp | 52 ValueObjectVariable::Create(ExecutionContextScope *exe_scope, in Create() 58 ValueObjectVariable::ValueObjectVariable(ExecutionContextScope *exe_scope, in ValueObjectVariable()
|
H A D | DumpDataExtractor.cpp | 121 ExecutionContextScope *exe_scope, in DumpInstructions() 243 ExecutionContextScope *exe_scope) { in GetMemoryTags() 349 ExecutionContextScope *exe_scope, bool show_memory_tags) { in DumpDataExtractor()
|
/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()
|
H A D | ClangUserExpression.cpp | 66 ExecutionContextScope &exe_scope, llvm::StringRef expr, in ClangUserExpression() 948 ExecutionContextScope *exe_scope) { in GetResultAfterDematerialization()
|
/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 | 934 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local 988 ExecutionContextScope *exe_scope = frame_sp.get(); in Dematerialize() local 1223 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local 1504 ExecutionContextScope *exe_scope = frame_sp.get(); in Materialize() local 1554 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 | 113 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl() 136 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in Find_Impl()
|
H A D | LanguageRuntime.h | 118 virtual CompilerType GetConcreteType(ExecutionContextScope *exe_scope, in GetConcreteType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 928 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger() argument 955 bool Find_Impl(ExecutionContextScope *exe_scope, const char *key, in GetTypeScavenger() argument
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDWIMPrint.cpp | 187 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()
|