Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSAddDebugInfoPass.cpp70 std::string expandedName = forEachKernels[i]; in runOnModule() local
71 expandedName += ".expand"; in runOnModule()
73 if (llvm::Function *kernelFunc = Module.getFunction(expandedName)) in runOnModule()