Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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::__anon0bfb8df40111::HintNameChunk
692 auto *c = make<HintNameChunk>(s->getExternalName(), ord); in create()
759 auto *c = make<HintNameChunk>(extName, 0); in create()