Searched refs:CatchableType (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | tail-merge-wineh.ll | 27 %eh.CatchableType = type { i32, i8*, i32, i32, i32, i32, i8* } 28 %eh.CatchableTypeArray.1 = type { i32, [1 x %eh.CatchableType*] } 41 @"_CT??_R0H@84" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 1, i8* bitcast (%rtti.… 42 …d_addr constant %eh.CatchableTypeArray.1 { i32 1, [1 x %eh.CatchableType*] [%eh.CatchableType* @"_…
|
D | win-catchpad-csrs.ll | 5 %eh.CatchableType = type { i32, i8*, i32, i32, i32, i32, i8* } 6 %eh.CatchableTypeArray.1 = type { i32, [1 x %eh.CatchableType*] }
|
D | win-catchpad.ll | 17 %eh.CatchableType = type { i32, i8*, i32, i32, i32, i32, i8* } 18 %eh.CatchableTypeArray.1 = type { i32, [1 x %eh.CatchableType*] }
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-statenumbering.ll | 7 %eh.CatchableType = type { i32, i8*, i32, i32, i32, i32, i8* } 8 %eh.CatchableTypeArray.1 = type { i32, [1 x %eh.CatchableType*] } 21 @"_CT??_R0H@84" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 1, i8* bitcast (%rtti.… 22 …d_addr constant %eh.CatchableTypeArray.1 { i32 1, [1 x %eh.CatchableType*] [%eh.CatchableType* @"_…
|
/external/llvm/test/Transforms/LCSSA/ |
D | mixed-catch.ll | 75 %eh.CatchableType = type { i32, i32, i32, i32, i32, i32, i32 } 90 @"_CT??_R0H@84" = linkonce_odr unnamed_addr constant %eh.CatchableType { i32 1, i32 trunc (i64 sub … 91 …y.1 { i32 1, [1 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%eh.CatchableType* @"_CT??_R0H@8…
|
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 145 struct CatchableType { in dumpCXXData() struct 164 std::map<StringRef, CatchableType> CTs; in dumpCXXData() 294 CatchableType CT; in dumpCXXData() 429 const CatchableType &CT = CTPair.second; in dumpCXXData()
|