Searched defs:LinkerOptionsSection (Results 1 – 6 of 6) sorted by relevance
366 struct LinkerOptionsSection : Section { struct370 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() function372 static bool classof(const Chunk *S) { in classof()
494 struct LinkerOptionsSection : Section { struct497 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() function499 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()503 static bool classof(const Chunk *S) { in classof()
520 struct LinkerOptionsSection : Section { struct523 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() argument525 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()529 static bool classof(const Chunk *S) { in classof()
508 struct LinkerOptionsSection : Section { struct511 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() argument513 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()517 static bool classof(const Chunk *S) { in classof()
520 struct LinkerOptionsSection : Section { struct523 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() function525 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()529 static bool classof(const Chunk *S) { in classof()