Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp70 llvm::SmallSetVector<llvm::Function *, 16> expandFuncs{}; in runOnModule() local
76 expandFuncs.insert(func); in runOnModule()
91 for (const auto &expandFunc : expandFuncs) { in runOnModule()