Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/InterfaceStub/
DELFYAMLTest.cpp23 StringRef Line2; in compareByLine() local
26 std::tie(Line2, RHS) = RHS.split('\n'); in compareByLine()
32 EXPECT_STREQ(Line1.str().data(), Line2.str().data()); in compareByLine()
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp269 LineEntry Line2(FuncAddr + 0x100, FileIdx, 1000); in AddLines() local
272 FI.OptLineTable->push(Line2); in AddLines()
826 LineEntry Line2(StartAddr+0x100, FileIdx, 1000); in TEST() local
832 LT.push(Line2); in TEST()
843 ASSERT_EQ(LT[2], Line2); in TEST()