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

/frameworks/compile/libbcc/lib/
H A DRSAddDebugInfoPass.cpp45 class RSAddDebugInfoPass : public llvm::ModulePass { class in namespace:__anon1374
51 RSAddDebugInfoPass() : ModulePass(ID), kernelTypeMD(nullptr), function in class:__anon1374::RSAddDebugInfoPass
284 }; // end class RSAddDebugInfoPass
286 char RSAddDebugInfoPass::ID = 0;
287 static llvm::RegisterPass<RSAddDebugInfoPass> X("addrsdi", "Add RS DebugInfo Pass");
294 return new RSAddDebugInfoPass();

Completed in 997 milliseconds