Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp316 class ThunkChunkX64 : public NonSectionCodeChunk { class
318 ThunkChunkX64(Defined *i, Chunk *tm) : imp(i), tailMerge(tm) {} in ThunkChunkX64() function in lld::coff::__anon65a9edbc0111::ThunkChunkX64
837 return make<ThunkChunkX64>(s, tailMerge); in newThunkChunk()