Searched defs: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:__anon1072
51 StripAttributes() : ModulePass(ID) { function in class:__anon1072::StripAttributes
82 return new StripAttributes();
87 char StripAttributes::ID = 0;
88 static RegisterPass<StripAttributes> RPSA("StripAttributes",

Completed in 1603 milliseconds