Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dtail-merge-wineh.ll27 %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* @"_…
Dwin-catchpad-csrs.ll5 %eh.CatchableType = type { i32, i8*, i32, i32, i32, i32, i8* }
6 %eh.CatchableTypeArray.1 = type { i32, [1 x %eh.CatchableType*] }
Dwin-catchpad.ll17 %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/
Dwineh-statenumbering.ll7 %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/
Dmixed-catch.ll75 %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/
Dllvm-cxxdump.cpp145 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()