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-objdump/
COFFDump.cpp 348 printAllUnwindCodes(ArrayRef<UnwindCode>(&UI->UnwindCodes[0],
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]

Completed in 27 milliseconds