Searched defs:LinkerOptionsSection (Results 1 – 2 of 2) sorted by relevance
366 struct LinkerOptionsSection : Section { struct370 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() argument372 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()