Searched refs:ThrowInfo (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/Transforms/GVN/ |
D | funclet.ll | 5 %eh.ThrowInfo = type { i32, i8*, i8*, i8* } 8 @"_TI1?AUA@@" = external constant %eh.ThrowInfo 16 invoke void @_CxxThrowException(i8* %b, %eh.ThrowInfo* nonnull @"_TI1?AUA@@") 44 declare x86_stdcallcc void @_CxxThrowException(i8*, %eh.ThrowInfo*)
|
/external/llvm/test/CodeGen/X86/ |
D | tail-merge-wineh.ll | 29 %eh.ThrowInfo = type { i32, i8*, i8*, i8* } 43 @_TI1H = linkonce_odr unnamed_addr constant %eh.ThrowInfo { i32 0, i8* null, i8* null, i8* bitcast … 53 invoke void @_CxxThrowException(i8* %0, %eh.ThrowInfo* @_TI1H) #1 69 invoke void @_CxxThrowException(i8* %2, %eh.ThrowInfo* @_TI1H) #1 102 declare x86_stdcallcc void @_CxxThrowException(i8*, %eh.ThrowInfo*)
|
D | funclet-layout.ll | 6 %eh.ThrowInfo = type { i32, i32, i32, i32 } 54 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) #1 62 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) #1 ["funclet"(token %0)] 157 declare void @_CxxThrowException(i8*, %eh.ThrowInfo*)
|
D | catchpad-regmask.ll | 29 %eh.ThrowInfo = type { i32, i32, i32, i32 } 40 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) #1 86 declare void @_CxxThrowException(i8*, %eh.ThrowInfo*) 94 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) #1
|
D | regalloc-spill-at-ehpad.ll | 42 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) [ "funclet"(token %tmp1) ] 68 %eh.ThrowInfo = type { i32, i32, i32, i32 } 72 declare void @_CxxThrowException(i8*, %eh.ThrowInfo*)
|
D | win-catchpad-csrs.ll | 7 %eh.ThrowInfo = type { i32, i8*, i8*, i8* }
|
D | win-catchpad.ll | 19 %eh.ThrowInfo = type { i32, i8*, i8*, i8* }
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-statenumbering.ll | 9 %eh.ThrowInfo = type { i32, i8*, i8*, i8* } 23 @_TI1H = linkonce_odr unnamed_addr constant %eh.ThrowInfo { i32 0, i8* null, i8* null, i8* bitcast … 40 invoke void @_CxxThrowException(i8* %0, %eh.ThrowInfo* nonnull @_TI1H) #1 51 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) [ "funclet"(token %1) ] 101 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) 112 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) [ "funclet"(token %1) ] 200 declare x86_stdcallcc void @_CxxThrowException(i8*, %eh.ThrowInfo*)
|
/external/llvm/test/Transforms/LCSSA/ |
D | mixed-catch.ll | 43 invoke void @_CxxThrowException(i8* %tmp1, %eh.ThrowInfo* nonnull @_TI1H) #1 77 %eh.ThrowInfo = type { i32, i32, i32, i32 } 92 @_TI1H = linkonce_odr unnamed_addr constant %eh.ThrowInfo { i32 0, i32 0, i32 0, i32 trunc (i64 sub… 94 declare void @_CxxThrowException(i8*, %eh.ThrowInfo*)
|
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 139 struct ThrowInfo { in dumpCXXData() struct 162 std::map<StringRef, ThrowInfo> TIs; in dumpCXXData() 275 ThrowInfo TI; in dumpCXXData() 398 const ThrowInfo &TI = TIPair.second; in dumpCXXData()
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 748 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) #1 756 invoke void @_CxxThrowException(i8* null, %eh.ThrowInfo* null) #1
|