Searched refs:CommonChunk (Results 1 – 7 of 7) sorted by relevance
27 class CommonChunk; variable134 CommonChunk *c = nullptr);
232 CommonChunk *c = nullptr)242 CommonChunk *getChunk() { return data; } in getChunk()247 CommonChunk *data;
786 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk794 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
516 class CommonChunk : public NonSectionChunk {518 CommonChunk(const COFFSymbolRef sym);
827 auto *c = make<CommonChunk>(sym); in createDefined()
915 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
2738 CommonChunk *c = dc->getChunk(); in linkerMain()