/external/llvm-project/lldb/source/DataFormatters/ |
D | TypeFormat.cpp | 62 exe_ctx.GetBestExecutionContextScope()); in FormatObject() 97 exe_ctx.GetBestExecutionContextScope(); in FormatObject() 192 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
|
D | CXXFunctionPointer.cpp | 43 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
|
/external/llvm-project/lldb/source/Expression/ |
D | Materializer.cpp | 89 map.GetBestExecutionContextScope(), in MakeAllocation() 235 map.GetBestExecutionContextScope(), in Dematerialize() 314 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 441 scope = map.GetBestExecutionContextScope(); in Materialize() 611 scope = map.GetBestExecutionContextScope(); in Dematerialize() 793 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 845 exe_scope = map.GetBestExecutionContextScope(); in Dematerialize() 907 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize() 1073 exe_scope = map.GetBestExecutionContextScope(); in Materialize() 1078 target_sp = map.GetBestExecutionContextScope()->CalculateTarget(); in Materialize() [all …]
|
D | UserExpression.cpp | 241 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 336 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 386 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
|
D | IRExecutionUnit.cpp | 604 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateCodeSection() 635 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateDataSection() 1220 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetByteOrder() 1225 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetAddressByteSize() 1254 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetArchitecture() 1261 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetJITModule()
|
D | LLVMUserExpression.cpp | 283 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibCxxBitset.cpp | 90 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex() 102 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
|
/external/llvm-project/lldb/source/Core/ |
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()
|
D | Value.cpp | 211 auto *scope = exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr; in GetValueByteSize() 309 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr); in GetValueAsData() 582 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) { in ResolveValue()
|
D | ValueObject.cpp | 734 exe_ctx.GetBestExecutionContextScope()); in GetPointeeData() 802 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetPointeeData() 1778 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticChildAtOffset() 1820 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticBase() 2682 exe_ctx.GetBestExecutionContextScope(), GetCompilerType(), name, data, in CreateConstantValue() 2689 exe_ctx.GetBestExecutionContextScope(), m_error); in CreateConstantValue() 2843 exe_ctx.GetBestExecutionContextScope(), in AddressOf() 2879 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, compiler_type); in CastPointerType() 2893 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, type_sp); in CastPointerType() 3091 exe_ctx.GetBestExecutionContextScope(), pointer_type, in CreateValueObjectFromAddress() [all …]
|
D | ValueObjectConstResultImpl.cpp | 131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
|
D | ValueObjectChild.cpp | 167 exe_ctx.GetBestExecutionContextScope())) { in UpdateValue()
|
D | ValueObjectConstResult.cpp | 210 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize()
|
D | ValueObjectVariable.cpp | 116 return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangUtilityFunction.cpp | 105 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
|
D | ClangExpressionDeclMap.cpp | 235 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 283 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable() 1657 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), entity_name, in AddOneGenericVariable() 1702 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneRegister() 1850 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction() 1882 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction()
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | IRMemoryMap.h | 78 ExecutionContextScope *GetBestExecutionContextScope() const;
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ExecutionContext.h | 358 ExecutionContextScope *GetBestExecutionContextScope() const;
|
/external/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
D | ABISysV_arm64.cpp | 470 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters() 489 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
D | ABIMacOSX_arm64.cpp | 496 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters() 514 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectRegister.cpp | 109 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
|
D | CommandObjectTarget.cpp | 836 exe_ctx.GetBestExecutionContextScope(), var_sp)); in DumpGlobalVariableList() 870 arg.c_str(), m_exe_ctx.GetBestExecutionContextScope(), in DoExecute() 888 m_exe_ctx.GetBestExecutionContextScope(), var_sp); in DoExecute() 1511 interpreter.GetExecutionContext().GetBestExecutionContextScope(); in LookupAddressInModule() 1576 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupSymbolInModule() 1631 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFunctionInModule() 1752 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFileAndLineInModule()
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | Watchpoint.cpp | 118 exe_ctx.GetBestExecutionContextScope(), watch_name.GetStringRef(), in CaptureWatchedValue()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Type.cpp | 327 GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr) in DumpValue() 437 GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr) in ReadFromMemory()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 95 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()
|