Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp154 FunctionInfo FIWithMoreLines = FIWithLines; in TEST() local
155 FIWithMoreLines.OptLineTable->push(LineEntry(StartAddr,FileIdx,Line+5)); in TEST()
156 EXPECT_LT(FIWithLines, FIWithMoreLines); in TEST()