Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeFormat.cpp61 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
97 exe_ctx.GetBestExecutionContextScope(); in FormatObject()
192 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
H A DCXXFunctionPointer.cpp70 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp99 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 DUserExpression.cpp264 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
356 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
406 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
H A DIRExecutionUnit.cpp628 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 DLLVMUserExpression.cpp282 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp110 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
122 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectMemory.cpp145 return m_type_sp->GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
146 return m_compiler_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
H A DValueObject.cpp679 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 DValue.cpp208 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 DValueObjectConstResultImpl.cpp131 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
H A DValueObjectChild.cpp169 exe_ctx.GetBestExecutionContextScope())) { in UpdateValue()
H A DValueObjectConstResult.cpp210 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize()
H A DValueObjectVariable.cpp116 return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetByteSize()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp118 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
H A DClangExpressionDeclMap.cpp256 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 DIRMemoryMap.h78 ExecutionContextScope *GetBestExecutionContextScope() const;
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DExecutionContext.h359 ExecutionContextScope *GetBestExecutionContextScope() const;
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp498 value_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
516 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
H A DABISysV_arm64.cpp472 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 DWatchpoint.cpp117 exe_ctx.GetBestExecutionContextScope(), watch_name.GetStringRef(), in CaptureWatchedValue()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectRegister.cpp109 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
H A DCommandObjectTarget.cpp824 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 DType.cpp326 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 DAppleObjCRuntime.cpp96 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()

12