Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDTypeFormat.cpp62 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
98 exe_ctx.GetBestExecutionContextScope(); in FormatObject()
192 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
HDCXXFunctionPointer.cpp71 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDMaterializer.cpp100 map.GetBestExecutionContextScope(), in MakeAllocation()
246 map.GetBestExecutionContextScope(), in Dematerialize()
326 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize()
455 scope = map.GetBestExecutionContextScope(); in Materialize()
619 scope = map.GetBestExecutionContextScope(); in Dematerialize()
936 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
990 exe_scope = map.GetBestExecutionContextScope(); in Dematerialize()
1059 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize()
1225 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1230 target_sp = map.GetBestExecutionContextScope()->CalculateTarget(); in Materialize()
[all …]
HDUserExpression.cpp271 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
363 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
414 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
HDIRExecutionUnit.cpp630 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateCodeSection()
661 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateDataSection()
1149 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetByteOrder()
1154 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetAddressByteSize()
1183 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetArchitecture()
1190 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetJITModule()
HDLLVMUserExpression.cpp282 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDGenericBitset.cpp115 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
127 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
HDBlockPointer.cpp116 exe_ctx.GetBestExecutionContextScope(), in GetChildAtIndex()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectMemory.cpp149 return m_type_sp->GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
150 return m_compiler_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
HDValue.cpp225 auto *scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr; in GetValueByteSize()
325 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr); in GetValueAsData()
597 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) { in ResolveValue()
HDValueObject.cpp674 exe_ctx.GetBestExecutionContextScope()); in GetPointeeData()
742 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetPointeeData()
1867 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticChildAtOffset()
1909 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticBase()
2755 exe_ctx.GetBestExecutionContextScope(), GetCompilerType(), name, data, in CreateConstantValue()
2762 exe_ctx.GetBestExecutionContextScope(), m_error); in CreateConstantValue()
2919 exe_ctx.GetBestExecutionContextScope(), in AddressOf()
2961 .GetBestExecutionContextScope(); in Cast()
2971 ExecutionContext(GetExecutionContextRef()).GetBestExecutionContextScope(), in Cast()
2989 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, compiler_type); in CastPointerType()
[all …]
HDValueObjectConstResultImpl.cpp187 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
HDValueObjectChild.cpp169 exe_ctx.GetBestExecutionContextScope())) { in UpdateValue()
HDValueObjectConstResult.cpp211 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize()
HDValueObjectVariable.cpp121 return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectRegister.cpp89 exe_ctx.GetBestExecutionContextScope(), print_flags, in DumpRegister()
101 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
HDCommandObjectDWIMPrint.cpp187 auto *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDIRMemoryMap.h78 ExecutionContextScope *GetBestExecutionContextScope() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangUtilityFunction.cpp122 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
HDClangExpressionDeclMap.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()
HDClangUserExpression.cpp575 exe_ctx.GetBestExecutionContextScope(), *this, generate_debug_info, in TryParse()
819 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Complete()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpoint.cpp215 exe_ctx.GetBestExecutionContextScope(), g_watch_name.GetStringRef(), in CaptureWatchedValue()
230 exe_ctx.GetBestExecutionContextScope(), g_watch_name.GetStringRef(), in WatchedValueReportable()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDExecutionContext.h359 ExecutionContextScope *GetBestExecutionContextScope() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
HDABISysV_arm64.cpp464 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
483 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
HDABIMacOSX_arm64.cpp490 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
508 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()

12