Searched refs:atom_f (Results 1 – 1 of 1) sorted by relevance
29 llvm::Expected<std::unique_ptr<const lld::File>> atom_f = in TEST() local31 EXPECT_FALSE(!atom_f); in TEST()32 EXPECT_EQ(0U, (*atom_f)->defined().size()); in TEST()69 llvm::Expected<std::unique_ptr<const lld::File>> atom_f = in TEST() local71 EXPECT_FALSE(!atom_f); in TEST()72 const lld::File &file = **atom_f; in TEST()