Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1711 const ELFYAML::VernauxEntry &VAuxE = VE.AuxV[J]; in writeSectionContent() local
1714 VernAux.vna_hash = VAuxE.Hash; in writeSectionContent()
1715 VernAux.vna_flags = VAuxE.Flags; in writeSectionContent()
1716 VernAux.vna_other = VAuxE.Other; in writeSectionContent()
1717 VernAux.vna_name = DotDynstr.getOffset(VAuxE.Name); in writeSectionContent()