Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp385 class ThunkChunkX86 : public NonSectionCodeChunk { class
387 ThunkChunkX86(COFFLinkerContext &ctx, Defined *i, Chunk *tm) in ThunkChunkX86() function in lld::coff::__anon65a9edbc0111::ThunkChunkX86
839 return make<ThunkChunkX86>(ctx, s, tailMerge); in newThunkChunk()