Home
last modified time | relevance | path

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

/external/pigweed/pw_web_ui/src/transport/
Dweb_serial_transport.ts146 const {chunks, errors} = this.getChunks(port);
153 private getChunks(port: SerialPort): PortReadConnection { method in WebSerialTransport
/external/zopfli/src/zopflipng/lodepng/
Dlodepng_util.h61 unsigned getChunks(std::vector<std::string> names[3],
Dlodepng_util.cpp62 unsigned getChunks(std::vector<std::string> names[3], in getChunks() function
/external/llvm-project/lld/COFF/
DDLL.h44 std::vector<Chunk *> getChunks();
DSymbolTable.h64 std::vector<Chunk *> getChunks();
DSymbolTable.cpp150 for (Chunk *c : file->getChunks()) { in getSymbolLocations()
740 std::vector<Chunk *> SymbolTable::getChunks() { in getChunks() function in lld::coff::SymbolTable
743 ArrayRef<Chunk *> v = file->getChunks(); in getChunks()
DInputFiles.h143 ArrayRef<Chunk *> getChunks() { return chunks; } in getChunks() function
DWriter.cpp866 for (Chunk *c : symtab->getChunks()) { in createSections()
1058 for (Chunk *c : delayIdata.getChunks()) in appendImportThunks()
1611 for (Chunk *c : file->getChunks()) { in markSymbolsWithRelocations()
1776 for (Chunk *c : symtab->getChunks()) { in createRuntimePseudoRelocs()
DDriver.cpp915 for (Chunk *c : symtab->getChunks()) in parseOrderFile()
2173 markLive(symtab->getChunks()); in link()
2181 doICF(symtab->getChunks()); in link()
DDLL.cpp613 std::vector<Chunk *> DelayLoadContents::getChunks() { in getChunks() function in lld::coff::DelayLoadContents
DPDB.cpp884 ArrayRef<Chunk *> chunks = file->getChunks(); in createModuleDBI()
/external/zopfli/src/zopflipng/
Dzopflipng_lib.cc320 lodepng::getChunks(names, chunks, origpng); in KeepChunks()