Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h397 struct EpilogueScope { struct
400 EpilogueScope(const support::ulittle32_t Data) : ES(Data) {} in EpilogueScope() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1138 for (const EpilogueScope ES : EpilogueScopes) { in dumpXDataRecord()