HomeSort by relevance Sort by last modified time
    Searched defs:Lines (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
GCOV.h 198 StringMap<GCOVLines *> Lines;
204 ~GCOVLines() { Lines.clear(); }
205 void add(uint32_t N) { Lines.push_back(N); }
210 SmallVector<uint32_t, 4> Lines;
  /external/chromium/net/tools/flip_server/
balsa_frame.h 31 typedef std::vector<std::pair<size_t, size_t> > Lines;
255 Lines lines_;
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 161 // list of line numbers and a single filename, representing lines that belong
166 Lines.push_back(Line);
171 return lengthOfGCOVString(Filename) + 2 + Lines.size();
177 for (int i = 0, e = Lines.size(); i != e; ++i)
178 write(Lines[i]);
188 SmallVector<uint32_t, 32> Lines;
192 // function, number of lines belonging to each block, and a set of edges to
197 GCOVLines *&Lines = LinesByFile[Filename];
198 if (!Lines) {
199 Lines = new GCOVLines(Filename, os)
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]

Completed in 361 milliseconds