Searched refs:CreateStructForIdentifier (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 364 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 407 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 416 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 426 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 436 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 448 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 458 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 468 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 280 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 290 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 302 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 313 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 321 ast->CreateStructForIdentifier( in GetSiginfoType() 333 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 247 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 255 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 264 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType() 272 ast->CreateStructForIdentifier(ConstString(), in GetSiginfoType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 80 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
|
| H A D | LibCxx.cpp | 315 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update() 481 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update()
|
| H A D | LibCxxMap.cpp | 301 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in GetValueOffset()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 284 CompilerType CreateStructForIdentifier(
|
| H A D | TypeSystemClang.cpp | 2302 CompilerType TypeSystemClang::CreateStructForIdentifier( in CreateStructForIdentifier() function in TypeSystemClang 2337 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()
|