Searched refs:CommonChunk (Results 1 – 7 of 7) sorted by relevance
27 class CommonChunk; variable99 CommonChunk *c = nullptr);
219 CommonChunk *c = nullptr)229 CommonChunk *getChunk() { return data; } in getChunk()234 CommonChunk *data;
644 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk652 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
422 class CommonChunk : public NonSectionChunk {424 CommonChunk(const COFFSymbolRef sym);
684 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
619 auto *c = make<CommonChunk>(sym); in createDefined()
2141 CommonChunk *c = dc->getChunk(); in link()