Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DSymbolTable.h28 class CommonChunk; variable
97 CommonChunk *C = nullptr);
H A DSymbols.h183 CommonChunk *C = nullptr)
193 CommonChunk *getChunk() { return Data; } in getChunk()
198 CommonChunk *Data;
H A DChunks.h274 class CommonChunk : public Chunk {
276 CommonChunk(const COFFSymbolRef Sym);
H A DChunks.cpp609 CommonChunk::CommonChunk(const COFFSymbolRef S) : Sym(S) { in CommonChunk() function in lld::coff::CommonChunk
615 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
H A DInputFiles.cpp383 auto *C = make<CommonChunk>(Sym); in createDefined()
H A DSymbolTable.cpp420 const coff_symbol_generic *Sym, CommonChunk *C) { in addCommon()
H A DDriver.cpp1647 CommonChunk *C = DC->getChunk(); in link()