Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/COFF/
H A DDLL.cpp40 class HintNameChunk : public NonSectionChunk { class
42 HintNameChunk(StringRef n, uint16_t h) : name(n), hint(h) {} in HintNameChunk() function in lld::coff::__anon014abde10111::HintNameChunk
676 auto *c = make<HintNameChunk>(s->getExternalName(), ord); in create()
743 auto *c = make<HintNameChunk>(extName, 0); in create()