Searched defs:DependentLibrariesSection (Results 1 – 2 of 2) sorted by relevance
377 struct DependentLibrariesSection : Section { struct381 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() function383 static bool classof(const Chunk *S) { in classof()
440 struct DependentLibrariesSection : Section { struct443 DependentLibrariesSection() : Section(ChunkKind::DependentLibraries) {} in DependentLibrariesSection() argument445 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()449 static bool classof(const Chunk *S) { in classof()