Searched defs:AddrsigSection (Results 1 – 3 of 3) sorted by relevance
518 struct AddrsigSection : Section { struct521 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument523 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()527 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Addrsig; } in classof()
1089 MCSectionELF *AddrsigSection; in writeObject() local
2151 SectionRef AddrsigSection; in printAddrsig() local