Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/DataFormatters/
DTypeFormat.cpp62 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
97 exe_ctx.GetBestExecutionContextScope(); in FormatObject()
192 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
DCXXFunctionPointer.cpp43 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp89 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 …]
DUserExpression.cpp241 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
336 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
386 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
DIRExecutionUnit.cpp604 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()
DLLVMUserExpression.cpp283 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxBitset.cpp90 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
102 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
/external/llvm-project/lldb/source/Core/
DValueObjectMemory.cpp145 return m_type_sp->GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
146 return m_compiler_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
DValue.cpp211 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()
DValueObject.cpp734 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 …]
DValueObjectConstResultImpl.cpp131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
DValueObjectChild.cpp167 exe_ctx.GetBestExecutionContextScope())) { in UpdateValue()
DValueObjectConstResult.cpp210 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize()
DValueObjectVariable.cpp116 return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtilityFunction.cpp105 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
DClangExpressionDeclMap.cpp235 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/
DIRMemoryMap.h78 ExecutionContextScope *GetBestExecutionContextScope() const;
/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h358 ExecutionContextScope *GetBestExecutionContextScope() const;
/external/llvm-project/lldb/source/Plugins/ABI/AArch64/
DABISysV_arm64.cpp470 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
489 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
DABIMacOSX_arm64.cpp496 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
514 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
/external/llvm-project/lldb/source/Commands/
DCommandObjectRegister.cpp109 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
DCommandObjectTarget.cpp836 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/
DWatchpoint.cpp118 exe_ctx.GetBestExecutionContextScope(), watch_name.GetStringRef(), in CaptureWatchedValue()
/external/llvm-project/lldb/source/Symbol/
DType.cpp327 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/
DAppleObjCRuntime.cpp95 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()

12