Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp218 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() function in llvm::Win64EH::Dumper
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp96 static void printUnwindCode(ArrayRef<UnwindCode> UCs) { in printUnwindCode() function