Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h793 struct NameAttrEntry { struct
794 llvm::CachedHashStringRef name;
795 uint32_t cuIndexAndAttrs;
H A DSyntheticSections.cpp2766 ArrayRef<SmallVector<GdbIndexSection::NameAttrEntry, 0>> nameAttrs, in createSymbols()
2769 using NameAttrEntry = GdbIndexSection::NameAttrEntry; in createSymbols() typedef