Searched refs:CreateStructForIdentifier (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 280 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 D | PlatformFreeBSD.cpp | 247 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 D | BlockPointer.cpp | 69 m_block_struct_type = clang_ast_context->CreateStructForIdentifier( in BlockPointerSyntheticFrontEnd()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 288 CompilerType CreateStructForIdentifier(
|
H A D | TypeSystemClang.cpp | 2262 CompilerType TypeSystemClang::CreateStructForIdentifier( in CreateStructForIdentifier() function in TypeSystemClang 2297 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier()
|