| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObject.cpp | 679 exe_ctx.GetBestExecutionContextScope())); in GetPointeeData() 748 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetPointeeData() 1902 type.GetByteSize(exe_ctx.GetBestExecutionContextScope())); in GetSyntheticChildAtOffset() 1944 type.GetByteSize(exe_ctx.GetBestExecutionContextScope())); in GetSyntheticBase() 2733 exe_ctx.GetBestExecutionContextScope(), GetCompilerType(), name, data, in CreateConstantValue() 2740 exe_ctx.GetBestExecutionContextScope(), m_error.Clone()); in CreateConstantValue() 2882 exe_ctx.GetBestExecutionContextScope(), in AddressOf() 2923 ExecutionContext(GetExecutionContextRef()).GetBestExecutionContextScope(); in Cast() 2936 ExecutionContext(GetExecutionContextRef()).GetBestExecutionContextScope(), in Cast() 2953 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, compiler_type); in CastPointerType() [all …]
|
| H A D | ValueObjectMemory.cpp | 150 m_type_sp->GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize() 154 return m_compiler_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
|
| H A D | ValueObjectConstResultImpl.cpp | 186 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
|
| H A D | ValueObjectChild.cpp | 169 exe_ctx.GetBestExecutionContextScope()))) { in UpdateValue()
|
| H A D | ValueObjectConstResult.cpp | 210 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
|
| H A D | ValueObjectDynamicValue.cpp | 247 auto *exe_scope = exe_ctx.GetBestExecutionContextScope(); in UpdateValue()
|
| H A D | ValueObjectVariable.cpp | 117 return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 62 exe_ctx.GetBestExecutionContextScope()); in FormatObject() 98 exe_ctx.GetBestExecutionContextScope(); in FormatObject() 196 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
|
| H A D | CXXFunctionPointer.cpp | 68 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | Materializer.cpp | 100 map.GetBestExecutionContextScope(), in MakeAllocation() 256 map.GetBestExecutionContextScope(), in Dematerialize() 461 scope = map.GetBestExecutionContextScope(); in Materialize() 625 scope = map.GetBestExecutionContextScope(); in Dematerialize() 945 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 1000 exe_scope = map.GetBestExecutionContextScope(); in Dematerialize() 1076 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 1247 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 1252 target_sp = map.GetBestExecutionContextScope()->CalculateTarget(); in Materialize() 1528 exe_scope = map.GetBestExecutionContextScope(); in Materialize() [all …]
|
| H A D | IRExecutionUnit.cpp | 629 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateCodeSection() 660 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateDataSection() 1188 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetByteOrder() 1193 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetAddressByteSize() 1222 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetArchitecture() 1229 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetJITModule()
|
| H A D | LLVMUserExpression.cpp | 290 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | GenericBitset.cpp | 119 type.GetBitSize(ctx.GetBestExecutionContextScope())); in GetChildAtIndex() 131 type.GetBitSize(ctx.GetBestExecutionContextScope())); in GetChildAtIndex()
|
| H A D | BlockPointer.cpp | 116 exe_ctx.GetBestExecutionContextScope(), in GetChildAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 89 exe_ctx.GetBestExecutionContextScope(), print_flags, in DumpRegister() 101 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
|
| H A D | CommandObjectDWIMPrint.cpp | 203 auto *exe_scope = m_exe_ctx.GetBestExecutionContextScope(); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 227 auto *scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr; in GetValueByteSize() 334 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)); in GetValueAsData() 610 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) { in ResolveValue()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 84 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUtilityFunction.cpp | 122 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
|
| H A D | ClangExpressionDeclMap.cpp | 254 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 302 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 1728 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), entity_name, in AddOneGenericVariable() 1773 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneRegister() 1921 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction() 1953 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction()
|
| H A D | ClangUserExpression.cpp | 576 exe_ctx.GetBestExecutionContextScope(), *this, generate_debug_info, in TryParse() 820 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Complete()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 215 exe_ctx.GetBestExecutionContextScope(), g_watch_name.GetStringRef(), in CaptureWatchedValue() 230 exe_ctx.GetBestExecutionContextScope(), g_watch_name.GetStringRef(), in WatchedValueReportable()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 359 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 441 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope())); in LoadValueFromConsecutiveGPRRegisters() 459 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope())); in LoadValueFromConsecutiveGPRRegisters()
|
| H A D | ABISysV_arm64.cpp | 484 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope())); in LoadValueFromConsecutiveGPRRegisters() 503 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope())); in LoadValueFromConsecutiveGPRRegisters()
|