Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DARMWinEH.h292 struct EpilogueScope { struct
295 EpilogueScope(const support::ulittle32_t Data) : ES(Data) {} in EpilogueScope() argument
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp549 for (const EpilogueScope ES : EpilogueScopes) { in dumpXDataRecord()