Home
last modified time | relevance | path

Searched refs:NameAttrEntry (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.cpp2731 static SmallVector<GdbIndexSection::NameAttrEntry, 0>
2737 SmallVector<GdbIndexSection::NameAttrEntry, 0> ret; in readPubNamesAndTypes()
2766 ArrayRef<SmallVector<GdbIndexSection::NameAttrEntry, 0>> nameAttrs, in createSymbols() argument
2769 using NameAttrEntry = GdbIndexSection::NameAttrEntry; in createSymbols() typedef
2796 for (ArrayRef<NameAttrEntry> entries : nameAttrs) { in createSymbols()
2797 for (const NameAttrEntry &ent : entries) { in createSymbols()
2878 SmallVector<SmallVector<NameAttrEntry, 0>, 0> nameAttrs(files.size()); in create()
DSyntheticSections.h793 struct NameAttrEntry { struct