Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DGCOV.h371 typedef DenseMap<uint32_t, FunctionVector> FunctionLines; typedef
378 FunctionLines Functions;
/external/llvm/lib/IR/
DGCOV.cpp589 FunctionLines::const_iterator FuncsIt = Line.Functions.find(LineIndex); in print()