Home
last modified time | relevance | path

Searched refs:getUnwindOp (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp96 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots()
261 << getUnwindCodeTypeName(UC[0].getUnwindOp()); in printUnwindCode()
263 switch (UC[0].getUnwindOp()) { in printUnwindCode()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DWin64EH.h120 uint8_t getUnwindOp() const { in getUnwindOp() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp230 switch (UnwindCode.getUnwindOp()) { in getNumUsedSlots()
256 << getUnwindCodeTypeName(UCs[0].getUnwindOp()); in printUnwindCode()
257 switch (UCs[0].getUnwindOp()) { in printUnwindCode()
306 << getUnwindCodeTypeName((*I).getUnwindOp()) in printAllUnwindCodes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp193 uint8_t unwind_operation = code.getUnwindOp(); in ProcessUnwindCode()