Searched refs:CreateStructForIdentifier (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 361 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 404 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 413 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 423 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 433 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 445 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 455 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 465 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 277 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 287 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 299 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 310 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 318 ast->CreateStructForIdentifier( in GetSiginfoType() 330 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 244 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 252 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 261 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 269 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 78 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
|
| H A D | LibCxx.cpp | 303 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update() 469 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update()
|
| H A D | LibCxxMap.cpp | 302 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in GetValueOffset()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 282 CompilerType CreateStructForIdentifier(
|
| H A D | TypeSystemClang.cpp | 2269 CompilerType TypeSystemClang::CreateStructForIdentifier( in CreateStructForIdentifier() function in TypeSystemClang 2304 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()
|