Home
last modified time | relevance | path

Searched refs:CommonChunk (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.h27 class CommonChunk; variable
105 CommonChunk *c = nullptr);
H A DSymbols.h224 CommonChunk *c = nullptr)
234 CommonChunk *getChunk() { return data; } in getChunk()
239 CommonChunk *data;
H A DChunks.h434 class CommonChunk : public NonSectionChunk {
436 CommonChunk(const COFFSymbolRef sym);
H A DChunks.cpp703 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk
711 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
H A DSymbolTable.cpp748 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
H A DInputFiles.cpp592 auto *c = make<CommonChunk>(sym); in createDefined()
H A DDriver.cpp2360 CommonChunk *c = dc->getChunk(); in linkerMain()