Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp364 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 DPlatformNetBSD.cpp280 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 DPlatformFreeBSD.cpp247 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 DBlockPointer.cpp80 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
H A DLibCxx.cpp315 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update()
481 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update()
H A DLibCxxMap.cpp301 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in GetValueOffset()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h284 CompilerType CreateStructForIdentifier(
H A DTypeSystemClang.cpp2302 CompilerType TypeSystemClang::CreateStructForIdentifier( in CreateStructForIdentifier() function in TypeSystemClang
2337 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()