HomeSort by relevance Sort by last modified time
    Searched refs:CatchTypeInfo (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.h 38 struct CatchTypeInfo {
158 CatchTypeInfo Type;
194 setHandler(I, CatchTypeInfo{nullptr, 0}, Block);
199 getHandlers()[I].Type = CatchTypeInfo{Type, 0};
203 void setHandler(unsigned I, CatchTypeInfo Type, llvm::BasicBlock *Block) {
CGCXXABI.h 40 struct CatchTypeInfo;
250 virtual CatchTypeInfo
252 virtual CatchTypeInfo getCatchAllTypeInfo();
CGCXXABI.cpp 326 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() {
327 return CatchTypeInfo{nullptr, 0};
CGException.cpp 561 CatchTypeInfo TypeInfo{nullptr, 0};
897 CatchTypeInfo TypeInfo = Handler.Type;
    [all...]
MicrosoftCXXABI.cpp 128 CatchTypeInfo
132 CatchTypeInfo getCatchAllTypeInfo() override {
133 return CatchTypeInfo{nullptr, 0x40};
    [all...]
ItaniumCXXABI.cpp 174 CatchTypeInfo
177 return CatchTypeInfo{getAddrOfRTTIDescriptor(Ty), 0};
    [all...]

Completed in 285 milliseconds