Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp838 class SafeStackLegacyPass : public FunctionPass { class
844 SafeStackLegacyPass() : FunctionPass(ID) { in SafeStackLegacyPass() function in __anon3c76bb940111::SafeStackLegacyPass
895 char SafeStackLegacyPass::ID = 0;
897 INITIALIZE_PASS_BEGIN(SafeStackLegacyPass, DEBUG_TYPE,
900 INITIALIZE_PASS_END(SafeStackLegacyPass, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
903 FunctionPass *llvm::createSafeStackPass() { return new SafeStackLegacyPass(); } in INITIALIZE_PASS_DEPENDENCY()