Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp50 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()
545 if (CompleteObjectLocatorType) in getCompleteObjectLocatorType()
546 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
547 CompleteObjectLocatorType = llvm::StructType::create( in getCompleteObjectLocatorType()
555 getImageRelativeType(CompleteObjectLocatorType), in getCompleteObjectLocatorType()
560 CompleteObjectLocatorType->setBody(FieldTypesRef); in getCompleteObjectLocatorType()
561 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
843 llvm::StructType *CompleteObjectLocatorType; member in __anon36af8ea80111::MicrosoftCXXABI