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.h503 struct AddrsigSection : Section { struct
506 AddrsigSection() : Section(ChunkKind::Addrsig) {} in AddrsigSection() argument
508 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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1041 MCSectionELF *AddrsigSection; in writeObject() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2105 SectionRef AddrsigSection; in printAddrsig() local