HomeSort by relevance Sort by last modified time
    Searched refs:ArgumentListType (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Function.h 73 typedef iplist<Argument> ArgumentListType;
80 typedef ArgumentListType::iterator arg_iterator;
81 typedef ArgumentListType::const_iterator const_arg_iterator;
86 mutable ArgumentListType ArgumentList; ///< The formal arguments
362 const ArgumentListType &getArgumentList() const {
366 ArgumentListType &getArgumentList() {
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 435 const Function::ArgumentListType &Args(Func->getArgumentList());
436 for (Function::ArgumentListType::const_iterator i = Args.begin(),

Completed in 66 milliseconds