Searched defs:AddrsigSection (Results 1 – 3 of 3) sorted by relevance
503 struct AddrsigSection : Section { struct506 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument508 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()512 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Addrsig; } in classof()
1041 MCSectionELF *AddrsigSection; in writeObject() local
2105 SectionRef AddrsigSection; in printAddrsig() local