Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h27 class CommonChunk; variable
134 CommonChunk *c = nullptr);
H A DSymbols.h232 CommonChunk *c = nullptr)
242 CommonChunk *getChunk() { return data; } in getChunk()
247 CommonChunk *data;
H A DChunks.cpp786 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk
794 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
H A DChunks.h516 class CommonChunk : public NonSectionChunk {
518 CommonChunk(const COFFSymbolRef sym);
H A DInputFiles.cpp827 auto *c = make<CommonChunk>(sym); in createDefined()
H A DSymbolTable.cpp915 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
H A DDriver.cpp2738 CommonChunk *c = dc->getChunk(); in linkerMain()