Searched refs:DefinedCommon (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.h191 class DefinedCommon : public DefinedCOFF { class in namespace:lld::coff
193 DefinedCommon(InputFile *f, StringRef n, uint64_t size, function in class:lld::coff::DefinedCommon
390 return cast<DefinedCommon>(this)->getRVA();
416 return cast<DefinedCommon>(this)->getChunk();
430 alignas(DefinedCommon) char b[sizeof(DefinedCommon)];
H A DMinGW.cpp118 if (!isa<DefinedRegular>(sym) && !isa<DefinedCommon>(sym))
H A DSymbolTable.cpp666 replaceSymbol<DefinedCommon>(s, f, n, size, sym, c);
667 else if (auto *dc = dyn_cast<DefinedCommon>(s))
669 replaceSymbol<DefinedCommon>(s, f, n, size, sym, c);
H A DDriver.cpp1965 auto *dc = dyn_cast<DefinedCommon>(sym);

Completed in 110 milliseconds