Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h72 bool HasSection(const std::string& name) const;
Delf_file.cc1848 bool ElfFile::HasSection(const std::string& name) const { in HasSection() function in art::ElfFile
/art/compiler/
Delf_writer_test.cc122 EXPECT_TRUE(ef->HasSection(".note.gnu.build-id")); in TEST_F()