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

/external/llvm/include/llvm/Support/
H A DGCOV.h353 typedef SmallVector<const GCOVFunction *, 1> FunctionVector; typedef in class:llvm::FileInfo
354 typedef DenseMap<uint32_t, FunctionVector> FunctionLines;
402 const FunctionVector &Funcs) const;
/external/llvm/lib/IR/
H A DGCOV.cpp659 const FunctionVector &Funcs) const {
660 for (FunctionVector::const_iterator I = Funcs.begin(), E = Funcs.end();

Completed in 77 milliseconds