Home
last modified time | relevance | path

Searched defs:StripGCRelocatesLegacy (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Utils/
DStripGCRelocates.cpp73 struct StripGCRelocatesLegacy : public FunctionPass { struct
74 static char ID; // Pass identification, replacement for typeid
75 StripGCRelocatesLegacy() : FunctionPass(ID) { in StripGCRelocatesLegacy() argument
79 void getAnalysisUsage(AnalysisUsage &Info) const override {} in getAnalysisUsage()
81 bool runOnFunction(Function &F) override { return ::stripGCRelocates(F); } in runOnFunction()