Searched refs:StripAttributes (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp47 class StripAttributes : public ModulePass { class in namespace:__anon1191
51 StripAttributes() : ModulePass(ID) { function in class:__anon1191::StripAttributes
86 return new StripAttributes();
91 char StripAttributes::ID = 0;
92 static RegisterPass<StripAttributes> RPSA("StripAttributes",

Completed in 5 milliseconds