Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp280 ast->CreateStructForIdentifier(llvm::StringRef(), in GetSiginfoType()
290 ast->CreateStructForIdentifier(llvm::StringRef(), in GetSiginfoType()
302 ast->CreateStructForIdentifier(llvm::StringRef(), in GetSiginfoType()
313 ast->CreateStructForIdentifier(llvm::StringRef(), in GetSiginfoType()
321 ast->CreateStructForIdentifier( in GetSiginfoType()
333 ast->CreateStructForIdentifier(llvm::StringRef(), in GetSiginfoType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp247 ast->CreateStructForIdentifier(llvm::StringRef(), in GetSiginfoType()
255 ast->CreateStructForIdentifier(llvm::StringRef(), in GetSiginfoType()
264 ast->CreateStructForIdentifier(llvm::StringRef(), in GetSiginfoType()
272 ast->CreateStructForIdentifier(llvm::StringRef(), in GetSiginfoType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp68 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
H A DLibCxxMap.cpp293 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in GetValueOffset()
H A DLibCxx.cpp319 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update()
484 CompilerType tree_node_type = ast_ctx->CreateStructForIdentifier( in Update()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h283 CompilerType CreateStructForIdentifier(
H A DTypeSystemClang.cpp2310 CompilerType TypeSystemClang::CreateStructForIdentifier( in CreateStructForIdentifier() function in TypeSystemClang
2345 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()