Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h943 struct NameAttrEntry { struct
944 llvm::CachedHashStringRef name;
945 uint32_t cuIndexAndAttrs;
H A DSyntheticSections.cpp3411 ArrayRef<SmallVector<GdbIndexSection::NameAttrEntry, 0>> nameAttrs, in createSymbols()
3414 using NameAttrEntry = GdbIndexSection::NameAttrEntry; in createSymbols() typedef