Home
last modified time | relevance | path

Searched defs:addLine (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine() function in clang::format::MacroCallReconstructor
/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h283 void addLine(uint32_t N) { lines.push_back(N); } in addLine() function
/llvm-project/llvm/unittests/DebugInfo/BTF/
H A DBTFParserTest.cpp453 void addLine(const BTF::BPFLineInfo &R) { in addLine() function in __anon10cc3c150111::MockData2
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp243 void addLine(uint32_t Line) { addLine() function in __anon674c465d0311::GCOVLines