Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp87 const unsigned ArgCount = F->getFunctionType()->getNumParams(); in runFunction() local
88 for (unsigned i = 0; i < ArgCount; ++i) in runFunction()