Searched defs:printUnwindCode (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp175 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { function in class:llvm::Win64EH::Dumper
258 printUnwindCode(UI, ArrayRef<UnwindCode>(UCI, UCE));
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp95 static void printUnwindCode(ArrayRef<UnwindCode> UCs) { function
154 printUnwindCode(ArrayRef<UnwindCode>(I, E));

Completed in 94 milliseconds