Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp49 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()
501 if (CompleteObjectLocatorType) in getCompleteObjectLocatorType()
502 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
503 CompleteObjectLocatorType = llvm::StructType::create( in getCompleteObjectLocatorType()
511 getImageRelativeType(CompleteObjectLocatorType), in getCompleteObjectLocatorType()
516 CompleteObjectLocatorType->setBody(FieldTypesRef); in getCompleteObjectLocatorType()
517 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
791 llvm::StructType *CompleteObjectLocatorType; member in __anon08ea40620111::MicrosoftCXXABI