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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h27 class CommonChunk;
99 CommonChunk *c = nullptr);
H A DSymbols.h209 CommonChunk *c = nullptr)
219 CommonChunk *getChunk() { return data; }
224 CommonChunk *data;
H A DChunks.h422 class CommonChunk : public NonSectionChunk { class in inherits:NonSectionChunk
424 CommonChunk(const COFFSymbolRef sym);
H A DChunks.cpp644 CommonChunk::CommonChunk(const COFFSymbolRef s) : sym(s) { function in class:lld::coff::CommonChunk
652 uint32_t CommonChunk::getOutputCharacteristics() const {
H A DInputFiles.cpp589 auto *c = make<CommonChunk>(sym);
H A DSymbolTable.cpp683 const coff_symbol_generic *sym, CommonChunk *c) {
H A DDriver.cpp2016 CommonChunk *c = dc->getChunk();

Completed in 189 milliseconds