Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp37 m_value.SetCompilerType(cast_type); in ValueObjectCast()
72 m_value.SetCompilerType(compiler_type); in UpdateValue()
H A DValueObjectVTable.cpp102 m_value.SetCompilerType(function->GetCompilerType().GetPointerType()); in UpdateValue()
114 m_value.SetCompilerType( in UpdateValue()
260 m_value.SetCompilerType( in UpdateValue()
H A DValueObjectConstResult.cpp78 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult()
120 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult()
164 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult()
H A DValueObjectMemory.cpp92 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory()
217 value.SetCompilerType(m_compiler_type); in UpdateValue()
H A DValueObjectChild.cpp109 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
H A DValueObjectDynamicValue.cpp253 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
H A DValueObjectVariable.cpp177 m_value.SetCompilerType(compiler_type); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp139 value.SetCompilerType(opaque_type); in GetObjectDescription()
154 ret.SetCompilerType(return_compiler_type); in GetObjectDescription()
299 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
307 ret.SetCompilerType(static_type); in FixUpDynamicType()
541 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()
H A DAppleObjCRuntimeV2.cpp815 class_type_or_name.SetCompilerType(types.front()); in GetDynamicTypeAndAddress()
1782 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl()
1786 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl()
1791 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl()
1793 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl()
1950 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl()
1956 value.SetCompilerType(clang_uint64_t_pointer_type); in GetClassInfoUtilityFunctionImpl()
1960 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl()
2137 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap()
2375 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap()
[all …]
H A DAppleObjCTrampolineHandler.cpp431 input_value.SetCompilerType(clang_void_ptr_type); in RefreshTrampolines()
880 void_ptr_value.SetCompilerType(clang_void_ptr_type); in GetStepThroughDispatchPlan()
1095 flag_value.SetCompilerType(clang_int_type); in GetStepThroughDispatchPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h57 void SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() function
58 m_frozen_sp->GetValue().SetCompilerType(compiler_type); in SetCompilerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp150 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
158 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp58 SetCompilerType(user_type); in ClangExpressionVariable()
H A DClangExpressionDeclMap.cpp1526 var_location.SetCompilerType(type_to_use); in GetVariableValue()
1626 var_location.SetCompilerType(parser_type); in AddOneVariable()
1743 parser_vars->m_lldb_value.SetCompilerType(user_type); in AddOneGenericVariable()
1929 entity->SetCompilerType(function_clang_type); in AddOneFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h291 void SetCompilerType(lldb::TypeSystemWP type_system,
293 void SetCompilerType(TypeSystemSPWrapper type_system,
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h81 void SetCompilerType(const CompilerType &compiler_type);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp646 value.SetCompilerType(clang_void_pointer_type); in MakeLoadImageUtilityFunction()
648 value.SetCompilerType(clang_char_pointer_type); in MakeLoadImageUtilityFunction()
891 return_value.SetCompilerType(clang_void_pointer_type); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2830 element_type_ptr->SetCompilerType( in IsArrayType()
2844 element_type_ptr->SetCompilerType( in IsArrayType()
2856 element_type_ptr->SetCompilerType( in IsArrayType()
2868 element_type_ptr->SetCompilerType( in IsArrayType()
3265 pointee_type->SetCompilerType( in IsPointerType()
3273 pointee_type->SetCompilerType( in IsPointerType()
3280 pointee_type->SetCompilerType(weak_from_this(), in IsPointerType()
3287 pointee_type->SetCompilerType( in IsPointerType()
3318 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3326 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp195 value.SetCompilerType(intptr_type); in Log()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp384 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
394 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp198 v.SetCompilerType(desired_type); in GetIndexAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp268 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl()
H A DABISysV_i386.cpp360 value.SetCompilerType(return_compiler_type); in GetReturnValueObjectSimple()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp319 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp566 void CompilerType::SetCompilerType(lldb::TypeSystemWP type_system, in SetCompilerType() function in CompilerType
572 void CompilerType::SetCompilerType(CompilerType::TypeSystemSPWrapper type_system, in SetCompilerType() function in CompilerType

12