Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp69 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h288 CompilerType CreateStructForIdentifier(
H A DTypeSystemClang.cpp2262 CompilerType TypeSystemClang::CreateStructForIdentifier( in CreateStructForIdentifier() function in TypeSystemClang
2297 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()