Searched refs:forwardChunk (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDLL.cpp617 if (e.forwardChunk) {
618 write32le(p, e.forwardChunk->getRVA() | bit);
870 e.forwardChunk = make<StringChunk>(e.forwardTo);
871 forwards.push_back(e.forwardChunk);
H A DConfig.h69 StringChunk *forwardChunk = nullptr; member in struct:lld::coff::Export

Completed in 119 milliseconds