Home
last modified time | relevance | path

Searched refs:SEHHandlers (Results 1 – 4 of 4) 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp756 LP.SEHHandlers.push_back(Handler); in addSEHCatchHandler()
765 LP.SEHHandlers.push_back(Handler); in addSEHCleanupHandler()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h218 SmallVector<SEHHandler, 1> SEHHandlers; // SEH handlers active at this lpad.