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.h138 struct DebugNamesSection { struct
139 std::vector<DebugNameAbbreviation> Abbrevs;
140 std::vector<DebugNameEntry> Entries;
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3162 template <class ELFT> DebugNamesSection<ELFT>::DebugNamesSection() { in DebugNamesSection() function in DebugNamesSection