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

  /external/llvm/include/llvm/Support/
Win64EH.h 79 support::ulittle8_t NumCodes;
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 426 outs() << " Number of Codes: " << static_cast<int>(UI->NumCodes) << "\n";
441 if (UI->NumCodes)
444 printAllUnwindCodes(ArrayRef<UnwindCode>(&UI->UnwindCodes[0], UI->NumCodes));
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 247 SW.printNumber("UnwindCodeCount", UI.NumCodes);
250 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes);

Completed in 69 milliseconds