Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp50 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()
547 if (CompleteObjectLocatorType) in getCompleteObjectLocatorType()
548 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
549 CompleteObjectLocatorType = llvm::StructType::create( in getCompleteObjectLocatorType()
557 getImageRelativeType(CompleteObjectLocatorType), in getCompleteObjectLocatorType()
562 CompleteObjectLocatorType->setBody(FieldTypesRef); in getCompleteObjectLocatorType()
563 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
845 llvm::StructType *CompleteObjectLocatorType; member in __anon973cabc90111::MicrosoftCXXABI