Home
last modified time | relevance | path

Searched defs:AddrsigSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h518 struct AddrsigSection : Section { struct
521 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument
523 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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1089 MCSectionELF *AddrsigSection; in writeObject() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2151 SectionRef AddrsigSection; in printAddrsig() local