Home
last modified time | relevance | path

Searched refs:CommonChunk (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lld/COFF/
DSymbolTable.h27 class CommonChunk; variable
99 CommonChunk *c = nullptr);
DSymbols.h219 CommonChunk *c = nullptr)
229 CommonChunk *getChunk() { return data; } in getChunk()
234 CommonChunk *data;
DChunks.cpp644 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk
652 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
DChunks.h422 class CommonChunk : public NonSectionChunk {
424 CommonChunk(const COFFSymbolRef sym);
DSymbolTable.cpp684 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
DInputFiles.cpp619 auto *c = make<CommonChunk>(sym); in createDefined()
DDriver.cpp2141 CommonChunk *c = dc->getChunk(); in link()