Searched refs:CommonChunk (Results 1 – 7 of 7) sorted by relevance
26 class CommonChunk; variable104 CommonChunk *c = nullptr);
225 CommonChunk *c = nullptr)235 CommonChunk *getChunk() { return data; } in getChunk()240 CommonChunk *data;
757 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk765 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
484 class CommonChunk : public NonSectionChunk {486 CommonChunk(const COFFSymbolRef sym);
751 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
593 auto *c = make<CommonChunk>(sym); in createDefined()
2580 CommonChunk *c = dc->getChunk(); in linkerMain()