Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp49 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()
522 if (CompleteObjectLocatorType) in getCompleteObjectLocatorType()
523 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
524 CompleteObjectLocatorType = llvm::StructType::create( in getCompleteObjectLocatorType()
532 getImageRelativeType(CompleteObjectLocatorType), in getCompleteObjectLocatorType()
537 CompleteObjectLocatorType->setBody(FieldTypesRef); in getCompleteObjectLocatorType()
538 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
820 llvm::StructType *CompleteObjectLocatorType; member in __anondeb872430111::MicrosoftCXXABI