Searched refs:CommonChunk (Results 1 – 7 of 7) sorted by relevance
27 class CommonChunk; variable105 CommonChunk *c = nullptr);
224 CommonChunk *c = nullptr)234 CommonChunk *getChunk() { return data; } in getChunk()239 CommonChunk *data;
434 class CommonChunk : public NonSectionChunk {436 CommonChunk(const COFFSymbolRef sym);
703 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk711 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
748 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
592 auto *c = make<CommonChunk>(sym); in createDefined()
2360 CommonChunk *c = dc->getChunk(); in linkerMain()