Home
last modified time | relevance | path

Searched refs:addLine (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DMacros.h186 void addLine(const UnwrappedLine &Line);
H A DMacroCallReconstructor.cpp52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine() function in clang::format::MacroCallReconstructor
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DGCOV.h279 void addLine(uint32_t N) { lines.push_back(N); } in addLine() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp243 void addLine(uint32_t Line) { in addLine() function in __anon3a2a73410311::GCOVLines
873 Func.getBlock(&EntryBlock).getFile(Filename).addLine(Line); in emitProfileNotes()
905 Lines.addLine(Loc.getLine()); in emitProfileNotes()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp191 Block.addLine(line); in readGCNO()