Searched defs:addLine (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/Format/ | ||
H A D | MacroCallReconstructor.cpp | 52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine() function in clang::format::MacroCallReconstructor |
/llvm-project/llvm/include/llvm/ProfileData/ | ||
H A D | GCOV.h | 283 void addLine(uint32_t N) { lines.push_back(N); } in addLine() function |
/llvm-project/llvm/unittests/DebugInfo/BTF/ | ||
H A D | BTFParserTest.cpp | 453 void addLine(const BTF::BPFLineInfo &R) { in addLine() function in __anon10cc3c150111::MockData2 |
/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | GCOVProfiling.cpp | 243 void addLine(uint32_t Line) { addLine() function in __anon674c465d0311::GCOVLines |