Home
last modified time | relevance | path

Searched refs:SetCompilerType (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectCast.cpp39 m_value.SetCompilerType(cast_type); in ValueObjectCast()
73 m_value.SetCompilerType(compiler_type); in UpdateValue()
H A DValueObjectConstResult.cpp76 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult()
115 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult()
158 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult()
H A DValueObjectMemory.cpp88 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory()
212 value.SetCompilerType(m_compiler_type); in UpdateValue()
H A DValueObjectChild.cpp117 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
H A DValueObjectVariable.cpp166 m_value.SetCompilerType(compiler_type); in UpdateValue()
H A DValueObjectDynamicValue.cpp242 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
H A DValue.cpp273 void Value::SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() function in Value
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp120 value.SetCompilerType(opaque_type); in GetObjectDescription()
132 ret.SetCompilerType(return_compiler_type); in GetObjectDescription()
271 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
279 ret.SetCompilerType(static_type); in FixUpDynamicType()
504 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()
H A DAppleObjCRuntimeV2.cpp450 class_type_or_name.SetCompilerType( in GetDynamicTypeAndAddress()
1341 value.SetCompilerType(clang_void_pointer_type); in UpdateISAToDescriptorMapDynamic()
1346 value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapDynamic()
1421 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapDynamic()
1599 value.SetCompilerType(clang_void_pointer_type); in UpdateISAToDescriptorMapSharedCache()
1605 value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapSharedCache()
1672 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMapSharedCache()
2621 input_value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame()
2629 value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame()
H A DAppleObjCTrampolineHandler.cpp532 input_value.SetCompilerType(clang_void_ptr_type); in RefreshTrampolines()
906 void_ptr_value.SetCompilerType(clang_void_ptr_type); in GetStepThroughDispatchPlan()
1083 flag_value.SetCompilerType(clang_int_type); in GetStepThroughDispatchPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionVariable.h61 void SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() function
62 m_frozen_sp->GetValue().SetCompilerType(compiler_type); in SetCompilerType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp61 SetCompilerType(user_type); in ClangExpressionVariable()
H A DClangExpressionDeclMap.cpp1633 var_location.SetCompilerType(type_to_use); in GetVariableValue()
1802 parser_vars->m_lldb_value.SetCompilerType(user_type); in AddOneGenericVariable()
1883 parser_vars->m_lldb_value.SetCompilerType(user_type); in ResolveUnknownTypes()
1886 entity->SetCompilerType(user_type); in ResolveUnknownTypes()
2089 entity->SetCompilerType(function_clang_type); in AddOneFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h184 void SetCompilerType(TypeSystem *type_system,
187 void SetCompilerType(clang::ASTContext *ast, clang::QualType qual_type);
H A DType.h554 void SetCompilerType(CompilerType compiler_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp294 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
304 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanTracer.cpp193 value.SetCompilerType(intptr_type); in Log()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h147 void SetCompilerType(const CompilerType &compiler_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3427 pointee_type->SetCompilerType( in IsPointerType()
3433 pointee_type->SetCompilerType( in IsPointerType()
3439 pointee_type->SetCompilerType( in IsPointerType()
3445 pointee_type->SetCompilerType( in IsPointerType()
3495 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3501 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3507 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3513 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3519 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3525 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
[all …]
H A DCompilerType.cpp339 void CompilerType::SetCompilerType(TypeSystem *type_system, in SetCompilerType() function in CompilerType
345 void CompilerType::SetCompilerType(clang::ASTContext *ast, in SetCompilerType() function in CompilerType
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp200 v.SetCompilerType(desired_type); in GetIndexAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1026 value.SetCompilerType(clang_void_pointer_type); in MakeLoadImageUtilityFunction()
1028 value.SetCompilerType(clang_char_pointer_type); in MakeLoadImageUtilityFunction()
1255 return_value.SetCompilerType(clang_void_pointer_type); in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp300 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp503 value.SetCompilerType(return_compiler_type); in GetReturnValueObjectSimple()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp927 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl()

12