Searched refs:printUnwindCode (Results 1 – 3 of 3) sorted by relevance
48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
175 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() function in llvm::Win64EH::Dumper258 printUnwindCode(UI, ArrayRef<UnwindCode>(UCI, UCE)); in printUnwindInfo()
95 static void printUnwindCode(ArrayRef<UnwindCode> UCs) { in printUnwindCode() function154 printUnwindCode(ArrayRef<UnwindCode>(I, E)); in printAllUnwindCodes()