Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp63 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
98 exe_ctx.GetBestExecutionContextScope(); in FormatObject()
193 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
H A DCXXFunctionPointer.cpp44 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp104 map.GetBestExecutionContextScope(), in MakeAllocation()
248 map.GetBestExecutionContextScope(), in Dematerialize()
327 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize()
451 scope = map.GetBestExecutionContextScope(); in Materialize()
616 scope = map.GetBestExecutionContextScope(); in Dematerialize()
843 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Dematerialize()
909 map.GetBestExecutionContextScope()->CalculateProcess(); in Dematerialize()
1072 ExecutionContextScope *exe_scope = map.GetBestExecutionContextScope(); in Materialize()
1077 target_sp = map.GetBestExecutionContextScope()->CalculateTarget(); in Materialize()
1355 exe_scope = map.GetBestExecutionContextScope(); in Materialize()
[all …]
H A DUserExpression.cpp230 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
315 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
367 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
H A DIRExecutionUnit.cpp618 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateCodeSection()
650 m_parent.GetBestExecutionContextScope()->CalculateProcess(); in allocateDataSection()
1187 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetByteOrder()
1192 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetAddressByteSize()
1221 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetArchitecture()
1228 ExecutionContext exe_ctx(GetBestExecutionContextScope()); in GetJITModule()
H A DLLVMUserExpression.cpp282 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
H A DIRMemoryMap.cpp256 ExecutionContextScope *IRMemoryMap::GetBestExecutionContextScope() const { in GetBestExecutionContextScope() function in IRMemoryMap
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp84 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
96 type.GetBitSize(ctx.GetBestExecutionContextScope()); in GetChildAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp102 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
H A DClangExpressionDeclMap.cpp338 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable()
383 exe_ctx.GetBestExecutionContextScope(), name, user_type, in AddPersistentVariable()
1788 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), entity_name, in AddOneGenericVariable()
1916 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneRegister()
2082 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction()
2117 m_parser_vars->m_exe_ctx.GetBestExecutionContextScope(), in AddOneFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp761 exe_ctx.GetBestExecutionContextScope()); in GetPointeeData()
829 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetPointeeData()
1828 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticChildAtOffset()
1870 type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetSyntheticBase()
2761 exe_ctx.GetBestExecutionContextScope(), GetCompilerType(), name, data, in CreateConstantValue()
2768 exe_ctx.GetBestExecutionContextScope(), m_error); in CreateConstantValue()
2898 exe_ctx.GetBestExecutionContextScope(), in AddressOf()
2934 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, compiler_type); in CastPointerType()
2948 exe_ctx.GetBestExecutionContextScope(), name, ptr_addr, type_sp); in CastPointerType()
3150 exe_ctx.GetBestExecutionContextScope(), pointer_type, in CreateValueObjectFromAddress()
[all …]
H A DValueObjectConstResultImpl.cpp133 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
H A DValue.cpp228 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) in GetValueByteSize()
349 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) in GetValueAsData()
H A DValueObjectVariable.cpp115 return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()).getValueOr(0); in GetByteSize()
H A DValueObjectRegister.cpp97 exe_ctx.GetBestExecutionContextScope(), m_reg_ctx_sp, idx); in CreateChildAtIndex()
H A DValueObjectConstResult.cpp203 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRMemoryMap.h81 ExecutionContextScope *GetBestExecutionContextScope() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h423 ExecutionContextScope *GetBestExecutionContextScope() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp109 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
H A DCommandObjectTarget.cpp839 exe_ctx.GetBestExecutionContextScope(), var_sp)); in DumpGlobalVariableList()
878 arg, m_exe_ctx.GetBestExecutionContextScope(), in DoExecute()
896 m_exe_ctx.GetBestExecutionContextScope(), var_sp); in DoExecute()
1535 interpreter.GetExecutionContext().GetBestExecutionContextScope(); in LookupAddressInModule()
1599 .GetBestExecutionContextScope(), in LookupSymbolInModule()
1659 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFunctionInModule()
1779 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFileAndLineInModule()
H A DCommandObjectWatchpoint.cpp894 m_exe_ctx.GetBestExecutionContextScope(), GetVariableCallback, target, in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp109 exe_ctx.GetBestExecutionContextScope(), watch_name.GetStringRef(), in CaptureWatchedValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp1006 GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL); in ReadFromMemory()
1051 GetByteSize(exe_ctx ? exe_ctx->GetBestExecutionContextScope() : NULL); in WriteToMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp85 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp217 ExecutionContextScope *ExecutionContext::GetBestExecutionContextScope() const { in GetBestExecutionContextScope() function in ExecutionContext

12