Lines Matching refs:source_file
257 FileSpec source_file("test-pdb.cpp"); in TEST_F() local
268 symfile->ResolveSymbolContext(source_file, 0, true, scope, sc_list); in TEST_F()
279 VerifyLineEntry(module, sc, source_file, *lt, 7, 0x401040); in TEST_F()
280 VerifyLineEntry(module, sc, source_file, *lt, 8, 0x401043); in TEST_F()
281 VerifyLineEntry(module, sc, source_file, *lt, 9, 0x401045); in TEST_F()
283 VerifyLineEntry(module, sc, source_file, *lt, 13, 0x401050); in TEST_F()
284 VerifyLineEntry(module, sc, source_file, *lt, 14, 0x401054); in TEST_F()
285 VerifyLineEntry(module, sc, source_file, *lt, 15, 0x401070); in TEST_F()
306 FileSpec source_file("test-pdb.cpp"); in TEST_F() local
318 symfile->ResolveSymbolContext(source_file, 7, true, scope, sc_list); in TEST_F()
329 VerifyLineEntry(module, sc, source_file, *lt, 7, 0x401040); in TEST_F()
334 count = symfile->ResolveSymbolContext(source_file, 9, true, scope, sc_list); in TEST_F()
344 VerifyLineEntry(module, sc, source_file, *lt, 9, 0x401045); in TEST_F()