Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp74 const std::string expandName = std::string(name) + ".expand"; in runOnModule() local
75 if (llvm::Function *const func = Module.getFunction(expandName)) in runOnModule()