Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DMarkLive.cpp32 for (Chunk *c : ctx.driver.getChunks()) in markLive()
H A DDLL.h46 std::vector<Chunk *> getChunks();
H A DDriver.h98 std::vector<Chunk *> getChunks() const;
H A DICF.cpp263 for (Chunk *c : ctx.driver.getChunks()) { in run()
H A DInputFiles.h146 ArrayRef<Chunk *> getChunks() { return chunks; } in getChunks() function
H A DWriter.cpp1097 for (Chunk *c : ctx.driver.getChunks()) { in createSections()
1334 for (Chunk *c : delayIdata.getChunks()) in appendImportThunks()
2063 for (Chunk *c : file->getChunks()) { in markSymbolsWithRelocations()
2323 for (Chunk *c : ctx.driver.getChunks()) { in createRuntimePseudoRelocs()
H A DDriver.cpp175 std::vector<Chunk *> LinkerDriver::getChunks() const { in getChunks() function in lld::coff::LinkerDriver
178 ArrayRef<Chunk *> v = file->getChunks(); in getChunks()
1074 for (Chunk *c : ctx.driver.getChunks()) in parseOrderFile()
H A DDLL.cpp900 std::vector<Chunk *> DelayLoadContents::getChunks() { in getChunks() function in lld::coff::DelayLoadContents
H A DSymbolTable.cpp144 for (Chunk *c : file->getChunks()) { in getSymbolLocations()
H A DPDB.cpp1082 ArrayRef<Chunk *> chunks = file->getChunks(); in createModuleDBI()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h914 ArrayRef<OutputChunk> getChunks() const { in getChunks() function
H A DSyntheticSections.cpp3343 for (auto &chunk : getChunks()) in writeTo()