Home
last modified time | relevance | path

Searched refs:RecoverBA (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp355 const BlockAddress *RecoverBA) { in addSEHCatchHandler() argument
359 Handler.RecoverBA = RecoverBA; in addSEHCatchHandler()
368 Handler.RecoverBA = nullptr; in addSEHCleanupHandler()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp751 const BlockAddress *RecoverBA) { in addSEHCatchHandler() argument
755 Handler.RecoverBA = RecoverBA; in addSEHCatchHandler()
764 Handler.RecoverBA = nullptr; in addSEHCleanupHandler()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h210 const BlockAddress *RecoverBA;
806 const BlockAddress *RecoverBA);
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h69 const BlockAddress *RecoverBA; member