Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDLL.cpp450 class DelayAddressChunk : public NonSectionChunk { class
452 explicit DelayAddressChunk(Chunk *c) : thunk(c) { in DelayAddressChunk() function in lld::coff::__anon1c8397240111::DelayAddressChunk
649 auto *a = make<DelayAddressChunk>(t); in create()