Searched refs:EpilogueScopes (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h403 ArrayRef<support::ulittle32_t> EpilogueScopes() const { function in struct:llvm::ARM::WinEH::ExceptionDataRecord
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp838 SW.printNumber(XData.E() ? "EpilogueOffset" : "EpilogueScopes",
865 ArrayRef<ulittle32_t> EpilogueScopes = XData.EpilogueScopes(); local
866 ListScope ESS(SW, "EpilogueScopes");
867 for (const EpilogueScope ES : EpilogueScopes) {

Completed in 103 milliseconds