Home
last modified time | relevance | path

Searched defs:DebugNamesSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h142 struct DebugNamesSection { struct
143 std::vector<DebugNameAbbreviation> Abbrevs;
144 std::vector<DebugNameEntry> Entries;
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3251 DebugNamesSection<ELFT>::DebugNamesSection(Ctx &ctx) in DebugNamesSection() function in DebugNamesSection