Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp45 class RSAddDebugInfoPass : public llvm::ModulePass { class
51 RSAddDebugInfoPass() : ModulePass(ID), kernelTypeMD(nullptr), in RSAddDebugInfoPass() function in __anon72c40ee30111::RSAddDebugInfoPass
286 char RSAddDebugInfoPass::ID = 0;
287 static llvm::RegisterPass<RSAddDebugInfoPass> X("addrsdi", "Add RS DebugInfo Pass");
294 return new RSAddDebugInfoPass(); in createRSAddDebugInfoPass()
DAndroid.bp27 "RSAddDebugInfoPass.cpp",