Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.h46 ArrayRef<Chunk *> getCodeChunks() { return thunks; } in getCodeChunks() function
H A DWriter.cpp1216 for (Chunk *c : delayIdata.getCodeChunks()) in appendImportThunks()