Home
last modified time | relevance | path

Searched refs:CreateStructForIdentifier (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp361 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 DPlatformNetBSD.cpp277 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 DPlatformFreeBSD.cpp244 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 DBlockPointer.cpp78 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
H A DLibCxx.cpp303 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update()
469 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update()
H A DLibCxxMap.cpp302 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in GetValueOffset()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h282 CompilerType CreateStructForIdentifier(
H A DTypeSystemClang.cpp2269 CompilerType TypeSystemClang::CreateStructForIdentifier( in CreateStructForIdentifier() function in TypeSystemClang
2304 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()