Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h27 class CommonChunk; variable
102 CommonChunk *c = nullptr);
H A DSymbols.h221 CommonChunk *c = nullptr)
231 CommonChunk *getChunk() { return data; } in getChunk()
236 CommonChunk *data;
H A DChunks.h436 class CommonChunk : public NonSectionChunk {
438 CommonChunk(const COFFSymbolRef sym);
H A DChunks.cpp701 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { in CommonChunk() function in lld::coff::CommonChunk
709 uint32_t CommonChunk::getOutputCharacteristics() const { in getOutputCharacteristics()
H A DSymbolTable.cpp744 const coff_symbol_generic *sym, CommonChunk *c) { in addCommon()
H A DInputFiles.cpp621 auto *c = make<CommonChunk>(sym); in createDefined()
H A DDriver.cpp2227 CommonChunk *c = dc->getChunk(); in linkerMain()