Searched refs:CatchTypeInfo (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCleanup.h | 38 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()
|
D | CGCXXABI.h | 40 struct CatchTypeInfo; 250 virtual CatchTypeInfo 252 virtual CatchTypeInfo getCatchAllTypeInfo();
|
D | CGCXXABI.cpp | 326 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() 327 return CatchTypeInfo{nullptr, 0}; in getCatchAllTypeInfo()
|
D | CGException.cpp | 561 CatchTypeInfo TypeInfo{nullptr, 0}; in EnterCXXTryStmt() 897 CatchTypeInfo TypeInfo = Handler.Type; in emitCatchPadBlock()
|
D | MicrosoftCXXABI.cpp | 128 CatchTypeInfo 132 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() 133 return CatchTypeInfo{nullptr, 0x40}; in getCatchAllTypeInfo() 3675 CatchTypeInfo 3697 return CatchTypeInfo{getAddrOfRTTIDescriptor(Type)->stripPointerCasts(), in getAddrOfCXXCatchHandlerType()
|
D | ItaniumCXXABI.cpp | 174 CatchTypeInfo 177 return CatchTypeInfo{getAddrOfRTTIDescriptor(Ty), 0}; in getAddrOfCXXCatchHandlerType()
|