Home
last modified time | relevance | path

Searched refs:printUnwindCode (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h47 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
H A DWin64EHDumper.cpp257 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() function in llvm::Win64EH::Dumper
340 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp249 static void printUnwindCode(ArrayRef<UnwindCode> UCs) { in printUnwindCode() function
308 printUnwindCode(makeArrayRef(I, E)); in printAllUnwindCodes()