| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 63 exe_ctx.GetBestExecutionContextScope()); in FormatObject() 98 exe_ctx.GetBestExecutionContextScope(); in FormatObject() 193 exe_ctx.GetBestExecutionContextScope()); in FormatObject()
|
| H A D | CXXFunctionPointer.cpp | 44 so_addr.Dump(&sstr, exe_ctx.GetBestExecutionContextScope(), in CXXFunctionPointerSummaryProvider()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | Materializer.cpp | 104 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 D | UserExpression.cpp | 230 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 315 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate() 367 exe_ctx.GetBestExecutionContextScope(), error); in Evaluate()
|
| H A D | IRExecutionUnit.cpp | 618 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 D | LLVMUserExpression.cpp | 282 GetResultAfterDematerialization(exe_ctx.GetBestExecutionContextScope()); in FinalizeJITExecution()
|
| H A D | IRMemoryMap.cpp | 256 ExecutionContextScope *IRMemoryMap::GetBestExecutionContextScope() const { in GetBestExecutionContextScope() function in IRMemoryMap
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxBitset.cpp | 84 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 D | ClangUtilityFunction.cpp | 102 ClangExpressionParser parser(exe_ctx.GetBestExecutionContextScope(), *this, in Install()
|
| H A D | ClangExpressionDeclMap.cpp | 338 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 D | ValueObject.cpp | 761 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 D | ValueObjectConstResultImpl.cpp | 133 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(), in AddressOf()
|
| H A D | Value.cpp | 228 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) in GetValueByteSize() 349 exe_ctx ? exe_ctx->GetBestExecutionContextScope() : nullptr)) in GetValueAsData()
|
| H A D | ValueObjectVariable.cpp | 115 return type.GetByteSize(exe_ctx.GetBestExecutionContextScope()).getValueOr(0); in GetByteSize()
|
| H A D | ValueObjectRegister.cpp | 97 exe_ctx.GetBestExecutionContextScope(), m_reg_ctx_sp, idx); in CreateChildAtIndex()
|
| H A D | ValueObjectConstResult.cpp | 203 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 81 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 423 ExecutionContextScope *GetBestExecutionContextScope() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 109 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), in DumpRegister()
|
| H A D | CommandObjectTarget.cpp | 839 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 D | CommandObjectWatchpoint.cpp | 894 m_exe_ctx.GetBestExecutionContextScope(), GetVariableCallback, target, in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 109 exe_ctx.GetBestExecutionContextScope(), watch_name.GetStringRef(), in CaptureWatchedValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 1006 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 D | AppleObjCRuntime.cpp | 85 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 217 ExecutionContextScope *ExecutionContext::GetBestExecutionContextScope() const { in GetBestExecutionContextScope() function in ExecutionContext
|