Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDLL.h47 ArrayRef<Chunk *> getCodeChunks() { return Thunks; } in getCodeChunks() function
H A DWriter.cpp901 for (Chunk *C : DelayIdata.getCodeChunks()) in appendImportThunks()