Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.h54 Chunk *newThunkChunk(DefinedImportData *s, Chunk *tailMerge);
H A DDLL.cpp751 Chunk *t = newThunkChunk(s, tm); in create()
833 Chunk *DelayLoadContents::newThunkChunk(DefinedImportData *s, in newThunkChunk() function in lld::coff::DelayLoadContents