Searched refs:DefinedCOFF (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Symbols.cpp | 63 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 D | Symbols.h | 183 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 D | CallGraphSort.cpp | 227 if (auto *d = dyn_cast_or_null<DefinedCOFF>(sym)) in run()
|
| H A D | SymbolTable.cpp | 859 } 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 D | MapFile.cpp | 105 if (auto *sym = dyn_cast<DefinedCOFF>(b)) { in getSymbols()
|
| H A D | Driver.cpp | 1130 if (DefinedCOFF *dr = dyn_cast_or_null<DefinedCOFF>(sym)) in parseCallGraphFile()
|
| H A D | Writer.cpp | 1486 if (auto *d = dyn_cast<DefinedCOFF>(def)) { in createSymbol() 1538 if (auto *dc = dyn_cast_or_null<DefinedCOFF>(d)) { in createSymbolAndStringTable()
|
| H A D | PDB.cpp | 1129 if (auto *d = dyn_cast<DefinedCOFF>(def)) { in createPublic()
|