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()
70 m_value.SetCompilerType(compiler_type); in UpdateValue()
H A DValueObjectVTable.cpp100 m_value.SetCompilerType(function->GetCompilerType().GetPointerType()); in UpdateValue()
112 m_value.SetCompilerType( in UpdateValue()
262 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()
213 value.SetCompilerType(m_compiler_type); in UpdateValue()
H A DValueObjectChild.cpp107 m_value.SetCompilerType(GetCompilerType()); in UpdateValue()
H A DValueObjectDynamicValue.cpp250 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
H A DValueObjectVariable.cpp170 m_value.SetCompilerType(compiler_type); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp135 value.SetCompilerType(opaque_type); in GetObjectDescription()
150 ret.SetCompilerType(return_compiler_type); in GetObjectDescription()
293 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
301 ret.SetCompilerType(static_type); in FixUpDynamicType()
535 value.SetCompilerType(objc_id); in GetBacktraceThreadFromException()
H A DAppleObjCRuntimeV2.cpp1806 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl()
1810 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl()
1815 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl()
1817 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl()
1974 value.SetCompilerType(clang_void_pointer_type); in GetClassInfoUtilityFunctionImpl()
1980 value.SetCompilerType(clang_uint64_t_pointer_type); in GetClassInfoUtilityFunctionImpl()
1984 value.SetCompilerType(clang_uint32_t_type); in GetClassInfoUtilityFunctionImpl()
2161 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap()
2399 return_value.SetCompilerType(clang_uint32_t_type); in UpdateISAToDescriptorMap()
3446 input_value.SetCompilerType(voidstar); in ObjCExceptionRecognizedStackFrame()
[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/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp148 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
156 ret.SetCompilerType(static_type); in FixUpDynamicType()
/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/ExpressionParser/Clang/
H A DClangExpressionVariable.cpp58 SetCompilerType(user_type); in ClangExpressionVariable()
H A DClangExpressionDeclMap.cpp1531 var_location.SetCompilerType(type_to_use); in GetVariableValue()
1631 var_location.SetCompilerType(parser_type); in AddOneVariable()
1748 parser_vars->m_lldb_value.SetCompilerType(user_type); in AddOneGenericVariable()
1934 entity->SetCompilerType(function_clang_type); in AddOneFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h285 void SetCompilerType(lldb::TypeSystemWP type_system,
287 void SetCompilerType(TypeSystemSPWrapper type_system,
H A DType.h736 void SetCompilerType(CompilerType compiler_type);
/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/TypeSystem/Clang/
H A DTypeSystemClang.cpp2822 element_type_ptr->SetCompilerType( in IsArrayType()
3228 pointee_type->SetCompilerType( in IsPointerType()
3236 pointee_type->SetCompilerType( in IsPointerType()
3250 pointee_type->SetCompilerType( in IsPointerType()
3281 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3289 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3303 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3310 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3317 pointee_type->SetCompilerType( in IsPointerOrReferenceType()
3341 pointee_type->SetCompilerType( in IsReferenceType()
[all …]
/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/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.cpp196 v.SetCompilerType(desired_type); in GetIndexAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp322 ret_value.SetCompilerType(m_function_return_type); in FetchFunctionResults()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp268 value.SetCompilerType(compiler_type); in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp545 void CompilerType::SetCompilerType(lldb::TypeSystemWP type_system, in SetCompilerType() function in CompilerType
551 void CompilerType::SetCompilerType(CompilerType::TypeSystemSPWrapper type_system, in SetCompilerType() function in CompilerType

12