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

  /external/llvm/include/llvm/Support/
Win64EH.h 81 UnwindCode UnwindCodes[1];
96 // The data after unwindCodes depends on flags.
106 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]);
111 return reinterpret_cast<const void *>(&UnwindCodes[(NumCodes + 1) & ~1]);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 249 ListScope UCS(SW, "UnwindCodes");
250 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes);
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 444 printAllUnwindCodes(ArrayRef<UnwindCode>(&UI->UnwindCodes[0], UI->NumCodes));

Completed in 186 milliseconds