Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h47 void printUnwindCode(const UnwindInfo &UI, ArrayRef<UnwindCode> UC,
H A DWin64EHDumper.cpp260 void Dumper::printUnwindCode(const UnwindInfo &UI, ArrayRef<UnwindCode> UC, in printUnwindCode() function in llvm::Win64EH::Dumper
362 printUnwindCode(UI, ArrayRef(UCI, UCE), SeenFirstEpilog); in printUnwindInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp260 static void printUnwindCode(ArrayRef<UnwindCode> UCs, bool &SeenFirstEpilog) { in printUnwindCode() function
337 printUnwindCode(ArrayRef(I, E), SeenFirstEpilog); in printAllUnwindCodes()