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

/frameworks/compile/libbcc/lib/
H A DRSAddDebugInfoPass.cpp207 unsigned argIdx = 1; local
211 if (argIdx >= argTypes->getNumOperands())
216 ExpandedFunc, arg.getName(), argIdx, sourceFileName, 1,
217 llvm::cast<llvm::DIType>(argTypes->getOperand(argIdx).get()),
231 argIdx++;

Completed in 88 milliseconds