Searched refs:CommonChunk (Results 1 – 7 of 7) sorted by relevance
27 class CommonChunk; variable102 CommonChunk *c = nullptr);
221 CommonChunk *c = nullptr)231 CommonChunk *getChunk() { return data; } in getChunk()236 CommonChunk *data;
436 class CommonChunk : public NonSectionChunk {438 CommonChunk(const COFFSymbolRef sym);
701 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk709 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
744 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
621 auto *c = make<CommonChunk>(sym); in createDefined()
2227 CommonChunk *c = dc->getChunk(); in linkerMain()