Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h486 ArrayRef<support::ulittle32_t> EpilogueScopes() const { in EpilogueScopes() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1056 SW.printNumber(XData.E() ? "EpilogueOffset" : "EpilogueScopes", in dumpXDataRecord()
1083 ArrayRef<ulittle32_t> EpilogueScopes = XData.EpilogueScopes(); in dumpXDataRecord()
1084 ListScope ESS(SW, "EpilogueScopes"); in dumpXDataRecord()
1085 for (const EpilogueScope ES : EpilogueScopes) { in dumpXDataRecord()
1075 ArrayRef<ulittle32_t> EpilogueScopes = XData.EpilogueScopes(); dumpXDataRecord() local