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