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

  /external/llvm/include/llvm/Support/
ARMWinEH.h 350 ArrayRef<support::ulittle32_t> EpilogueScopes() const {
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 531 SW.printNumber(XData.E() ? "EpilogueOffset" : "EpilogueScopes",
547 ArrayRef<ulittle32_t> EpilogueScopes = XData.EpilogueScopes();
548 ListScope ESS(SW, "EpilogueScopes");
549 for (const EpilogueScope ES : EpilogueScopes) {

Completed in 248 milliseconds