Searched defs:RSGlobalInfoPass (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSGlobalInfoPass.cpp37 /* RSGlobalInfoPass: Embeds additional information about RenderScript global
66 class RSGlobalInfoPass: public llvm::ModulePass { class in namespace:__anon1376
101 explicit RSGlobalInfoPass(bool pSkipConstants = false) function in class:__anon1376::RSGlobalInfoPass
270 char RSGlobalInfoPass::ID = 0;
272 static llvm::RegisterPass<RSGlobalInfoPass> X("embed-rs-global-info",
278 return new RSGlobalInfoPass(pSkipConstants);

Completed in 55 milliseconds