Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp49 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()
516 if (CompleteObjectLocatorType) in getCompleteObjectLocatorType()
517 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
518 CompleteObjectLocatorType = llvm::StructType::create( in getCompleteObjectLocatorType()
526 getImageRelativeType(CompleteObjectLocatorType), in getCompleteObjectLocatorType()
531 CompleteObjectLocatorType->setBody(FieldTypesRef); in getCompleteObjectLocatorType()
532 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
814 llvm::StructType *CompleteObjectLocatorType; member in __anonb3a31e5e0111::MicrosoftCXXABI