Searched defs:LinkerOptionsSection (Results 1 – 2 of 2) sorted by relevance
366 struct LinkerOptionsSection : Section { struct370 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() function372 static bool classof(const Chunk *S) { in classof()
426 struct LinkerOptionsSection : Section { struct429 LinkerOptionsSection() : Section(ChunkKind::LinkerOptions) {} in LinkerOptionsSection() function431 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()435 static bool classof(const Chunk *S) { in classof()