HomeSort by relevance Sort by last modified time
    Searched refs:UnwindCode (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
Win64EH.h 39 /// UnwindCode - This union describes a single operation in a function prolog,
41 union UnwindCode {
81 UnwindCode UnwindCodes[1];
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 73 static unsigned getNumUsedSlots(const UnwindCode &UnwindCode) {
74 switch (UnwindCode.getUnwindOp()) {
88 return (UnwindCode.getOpInfo() == 0) ? 2 : 3;
95 static void printUnwindCode(ArrayRef<UnwindCode> UCs) {
143 static void printAllUnwindCodes(ArrayRef<UnwindCode> UCs) {
144 for (const UnwindCode *I = UCs.begin(), *E = UCs.end(); I < E; ) {
154 printUnwindCode(ArrayRef<UnwindCode>(I, E));
348 printAllUnwindCodes(ArrayRef<UnwindCode>(&UI->UnwindCodes[0],

Completed in 33 milliseconds