| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 61 exe_ctx.GetBestExecutionContextScope()); in FormatObject() 97 exe_ctx.GetBestExecutionContextScope(); in FormatObject() 192 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
|
| H A D | CXXFunctionPointer.cpp | 70 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | Materializer.cpp | 99 map.GetBestExecutionContextScope(), in MakeAllocation() 245 map.GetBestExecutionContextScope(), in Dematerialize() 325 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 454 scope = map.GetBestExecutionContextScope(); in Materialize() 618 scope = map.GetBestExecutionContextScope(); in Dematerialize() 935 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 989 exe_scope = map.GetBestExecutionContextScope(); in Dematerialize() 1051 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 1217 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 1498 exe_scope = map.GetBestExecutionContextScope(); in Materialize() [all …]
|
| H A D | UserExpression.cpp | 264 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 356 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 406 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
|
| H A D | IRExecutionUnit.cpp | 628 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateCodeSection() 659 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateDataSection() 1147 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetByteOrder() 1152 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetAddressByteSize() 1181 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetArchitecture() 1188 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetJITModule()
|
| H A D | LLVMUserExpression.cpp | 282 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | GenericBitset.cpp | 110 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex() 122 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 145 return m_type_sp->GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize() 146 return m_compiler_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
|
| H A D | ValueObject.cpp | 679 exe_ctx.GetBestExecutionContextScope()); in GetPointeeData() 747 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetPointeeData() 1701 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticChildAtOffset() 1743 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticBase() 2586 exe_ctx.GetBestExecutionContextScope(), GetCompilerType(), name, data, in CreateConstantValue() 2593 exe_ctx.GetBestExecutionContextScope(), m_error); in CreateConstantValue() 2747 exe_ctx.GetBestExecutionContextScope(), in AddressOf() 2783 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, compiler_type); in CastPointerType() 2797 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, type_sp); in CastPointerType() 2994 exe_ctx.GetBestExecutionContextScope(), pointer_type, in CreateValueObjectFromAddress() [all …]
|
| H A D | Value.cpp | 208 auto *scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr; in GetValueByteSize() 308 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr); in GetValueAsData() 580 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) { in ResolveValue()
|
| H A D | ValueObjectConstResultImpl.cpp | 131 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 | ValueObjectVariable.cpp | 116 return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUtilityFunction.cpp | 118 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
|
| H A D | ClangExpressionDeclMap.cpp | 256 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 304 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 1745 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), entity_name, in AddOneGenericVariable() 1790 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneRegister() 1938 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction() 1970 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction()
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 78 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 359 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 498 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters() 516 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
| H A D | ABISysV_arm64.cpp | 472 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters() 491 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 117 exe_ctx.GetBestExecutionContextScope(), watch_name.GetStringRef(), in CaptureWatchedValue()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 109 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
|
| H A D | CommandObjectTarget.cpp | 824 exe_ctx.GetBestExecutionContextScope(), var_sp)); in DumpGlobalVariableList() 856 arg.c_str(), m_exe_ctx.GetBestExecutionContextScope(), in DoExecute() 873 m_exe_ctx.GetBestExecutionContextScope(), var_sp); in DoExecute() 1481 interpreter.GetExecutionContext().GetBestExecutionContextScope(); in LookupAddressInModule() 1546 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupSymbolInModule() 1599 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFunctionInModule() 1721 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFileAndLineInModule()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Type.cpp | 326 GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr) in DumpValue() 436 GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr) in ReadFromMemory()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 96 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()
|