Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp49 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()
535 if (CompleteObjectLocatorType) in getCompleteObjectLocatorType()
536 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
537 CompleteObjectLocatorType = llvm::StructType::create( in getCompleteObjectLocatorType()
545 getImageRelativeType(CompleteObjectLocatorType), in getCompleteObjectLocatorType()
550 CompleteObjectLocatorType->setBody(FieldTypesRef); in getCompleteObjectLocatorType()
551 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
833 llvm::StructType *CompleteObjectLocatorType; member in __anon063cb12a0111::MicrosoftCXXABI