Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStack.cpp838 class SafeStackLegacyPass : public FunctionPass { class
844 SafeStackLegacyPass() : FunctionPass(ID) { in SafeStackLegacyPass() function in __anonaf4797030111::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()