Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h38 struct CatchTypeInfo { struct
158 CatchTypeInfo Type;
194 setHandler(I, CatchTypeInfo{nullptr, 0}, Block); in setCatchAllHandler()
199 getHandlers()[I].Type = CatchTypeInfo{Type, 0}; in setHandler()
203 void setHandler(unsigned I, CatchTypeInfo Type, llvm::BasicBlock *Block) { in setHandler()
DCGCXXABI.h40 struct CatchTypeInfo;
250 virtual CatchTypeInfo
252 virtual CatchTypeInfo getCatchAllTypeInfo();
DCGCXXABI.cpp326 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo()
327 return CatchTypeInfo{nullptr, 0}; in getCatchAllTypeInfo()
DCGException.cpp561 CatchTypeInfo TypeInfo{nullptr, 0}; in EnterCXXTryStmt()
897 CatchTypeInfo TypeInfo = Handler.Type; in emitCatchPadBlock()
DMicrosoftCXXABI.cpp128 CatchTypeInfo
132 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo()
133 return CatchTypeInfo{nullptr, 0x40}; in getCatchAllTypeInfo()
3675 CatchTypeInfo
3697 return CatchTypeInfo{getAddrOfRTTIDescriptor(Type)->stripPointerCasts(), in getAddrOfCXXCatchHandlerType()
DItaniumCXXABI.cpp174 CatchTypeInfo
177 return CatchTypeInfo{getAddrOfRTTIDescriptor(Ty), 0}; in getAddrOfCXXCatchHandlerType()