Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWin64EHDumper.h48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
DWin64EHDumper.cpp180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() function in llvm::Win64EH::Dumper
263 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
DWin64EHDumper.cpp180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) { in printUnwindCode() function in llvm::Win64EH::Dumper
263 printUnwindCode(UI, makeArrayRef(UCI, UCE)); in printUnwindInfo()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp95 static void printUnwindCode(ArrayRef<UnwindCode> UCs) { in printUnwindCode() function
154 printUnwindCode(makeArrayRef(I, E)); in printAllUnwindCodes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp92 static void printUnwindCode(ArrayRef<UnwindCode> UCs) { in printUnwindCode() function
151 printUnwindCode(makeArrayRef(I, E)); in printAllUnwindCodes()