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

  /external/llvm/include/llvm/Support/
GCOV.h 353 typedef SmallVector<const GCOVFunction *, 1> FunctionVector;
354 typedef DenseMap<uint32_t, FunctionVector> FunctionLines;
402 const FunctionVector &Funcs) const;
  /external/llvm/lib/IR/
GCOV.cpp 659 const FunctionVector &Funcs) const {
660 for (FunctionVector::const_iterator I = Funcs.begin(), E = Funcs.end();

Completed in 302 milliseconds