Searched refs:DefinedSynthetic (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/COFF/ |
D | Symbols.h | 268 class DefinedSynthetic : public Defined { 270 explicit DefinedSynthetic(StringRef name, Chunk *c) in DefinedSynthetic() function 362 DefinedSynthetic *loadThunkSym = nullptr; 413 return cast<DefinedSynthetic>(this)->getRVA(); in getRVA() 439 return cast<DefinedSynthetic>(this)->getChunk(); in getChunk() 463 alignas(DefinedSynthetic) char d[sizeof(DefinedSynthetic)];
|
D | Writer.cpp | 405 Defined *d = make<DefinedSynthetic>("", c); in getThunk() 1765 replaceSymbol<DefinedSynthetic>(t, t->getName(), tableChunk); in maybeAddRVATable() 1801 replaceSymbol<DefinedSynthetic>(headSym, headSym->getName(), table); in createRuntimePseudoRelocs() 1802 replaceSymbol<DefinedSynthetic>(endSym, endSym->getName(), endOfList); in createRuntimePseudoRelocs() 1822 replaceSymbol<DefinedSynthetic>(ctorListSym, ctorListSym->getName(), in insertCtorDtorSymbols() 1824 replaceSymbol<DefinedSynthetic>(dtorListSym, dtorListSym->getName(), in insertCtorDtorSymbols()
|
D | MapFile.cpp | 158 } else if (isa<DefinedSynthetic>(sym)) { in getSymbolStrings()
|
D | DLL.cpp | 662 cast<DefinedSynthetic>(symtab->addSynthetic(symName, t)); in create()
|
D | Chunks.cpp | 388 (!os && !isa<DefinedAbsolute>(sym) && !isa<DefinedSynthetic>(sym))) { in writeTo()
|
D | SymbolTable.cpp | 646 replaceSymbol<DefinedSynthetic>(s, n, c); in addSynthetic()
|