Home
last modified time | relevance | path

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

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