Home
last modified time | relevance | path

Searched refs:GetBestExecutionContextScope (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp62 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
98 exe_ctx.GetBestExecutionContextScope(); in FormatObject()
192 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
H A DCXXFunctionPointer.cpp70 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp100 map.GetBestExecutionContextScope(), in MakeAllocation()
246 map.GetBestExecutionContextScope(), in Dematerialize()
326 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize()
455 scope = map.GetBestExecutionContextScope(); in Materialize()
620 scope = map.GetBestExecutionContextScope(); in Dematerialize()
938 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
994 exe_scope = map.GetBestExecutionContextScope(); in Dematerialize()
1070 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize()
1236 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1241 target_sp = map.GetBestExecutionContextScope() in Materialize()
[all...]
H A DUserExpression.cpp153 exe_ctx.GetBestExecutionContextScope(), std::move(error)); in Evaluate()
H A DIRExecutionUnit.cpp627 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateCodeSection()
658 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateDataSection()
1162 ExecutionContext exe_ctx(GetBestExecutionContextScope());
1167 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in PopulateSectionList()
1196 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetJITModule()
1203 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetJITModule()
H A DLLVMUserExpression.cpp290 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp115 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
127 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
H A DBlockPointer.cpp116 exe_ctx.GetBestExecutionContextScope(), in GetChildAtIndex()
/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp
H A DValue.cpp225 auto *scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr; in GetValueByteSize()
325 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr); in GetValueAsData()
601 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) { in ResolveValue()
H A DValueObject.cpp
H A DValueObjectConstResultImpl.cpp
H A DValueObjectChild.cpp
H A DValueObjectConstResult.cpp
/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp89 exe_ctx.GetBestExecutionContextScope(), print_flags, in DumpRegister()
101 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
H A DCommandObjectDWIMPrint.cpp201 auto *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); in DoExecute()
/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h78 ExecutionContextScope *GetBestExecutionContextScope() const;
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp122 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
H A DClangExpressionDeclMap.cpp253 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable()
301 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable()
1729 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), entity_name, in AddOneGenericVariable()
1774 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneRegister()
1922 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction()
1954 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction()
H A DClangUserExpression.cpp576 exe_ctx.GetBestExecutionContextScope(), *this, generate_debug_info, in TryParse()
820 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Complete()
/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp215 exe_ctx.GetBestExecutionContextScope(), g_watch_name.GetStringRef(), in CaptureWatchedValue()
230 exe_ctx.GetBestExecutionContextScope(), g_watch_name.GetStringRef(), in WatchedValueReportable()
/llvm-project/lldb/unittests/ValueObject/
H A DDumpValueObjectOptionsTests.cpp84 ExecutionContextScope *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); in TestDumpEnum()
/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h359 ExecutionContextScope *GetBestExecutionContextScope() const;
/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp543 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
562 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
H A DABIMacOSX_arm64.cpp494 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
512 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()

12