Home
last modified time | relevance | path

Searched refs:DefinedCOFF (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbols.cpp63 auto *d = cast<DefinedCOFF>(this); in computeName()
72 if (auto *sym = dyn_cast<DefinedCOFF>(this)) in getFile()
101 COFFSymbolRef DefinedCOFF::getCOFFSymbol() { in getCOFFSymbol()
H A DSymbols.h183 class DefinedCOFF : public Defined {
187 DefinedCOFF(Kind k, InputFile *f, StringRef n, const coff_symbol_generic *s) in DefinedCOFF() function
205 class DefinedRegular : public DefinedCOFF {
211 : DefinedCOFF(DefinedRegularKind, f, n, s), data(c ? &c->repl : nullptr) { in DefinedCOFF() function
228 class DefinedCommon : public DefinedCOFF {
233 : DefinedCOFF(DefinedCommonKind, f, n, s), data(c), size(size) { in DefinedCOFF() function
H A DCallGraphSort.cpp227 if (auto *d = dyn_cast_or_null<DefinedCOFF>(sym)) in run()
H A DSymbolTable.cpp859 } else if (!isa<DefinedCOFF>(s)) in addAbsolute()
872 } else if (!isa<DefinedCOFF>(s)) in addAbsolute()
882 else if (!isa<DefinedCOFF>(s)) in addSynthetic()
917 if (wasInserted || !isa<DefinedCOFF>(s)) in addCommon()
H A DMapFile.cpp105 if (auto *sym = dyn_cast<DefinedCOFF>(b)) { in getSymbols()
H A DDriver.cpp1130 if (DefinedCOFF *dr = dyn_cast_or_null<DefinedCOFF>(sym)) in parseCallGraphFile()
H A DWriter.cpp1486 if (auto *d = dyn_cast<DefinedCOFF>(def)) { in createSymbol()
1538 if (auto *dc = dyn_cast_or_null<DefinedCOFF>(d)) { in createSymbolAndStringTable()
H A DPDB.cpp1129 if (auto *d = dyn_cast<DefinedCOFF>(def)) { in createPublic()