Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp360 LP.SEHHandlers.push_back(Handler); in addSEHCatchHandler()
369 LP.SEHHandlers.push_back(Handler); in addSEHCleanupHandler()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h80 SmallVector<SEHHandler, 1> SEHHandlers; // SEH handlers active at this lpad. member