Home
last modified time | relevance | path

Searched refs:impSym (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp134 if (auto *impSym = dyn_cast_or_null<Defined>(file->impSym)) in getSymbols()
135 syms.push_back(impSym); in getSymbols()
169 if (auto *impSym = dyn_cast<DefinedImportData>(sym)) in getSymbolStrings()
170 file = impSym->file; in getSymbolStrings()
133 if (auto *impSym = dyn_cast_or_null<Defined>(file->impSym)) getSymbols() local
168 if (auto *impSym = dyn_cast<DefinedImportData>(sym)) getSymbolStrings() local
H A DWriter.cpp1176 if (file->impSym && !isa<DefinedImportData>(file->impSym)) in createImportTables()
1177 fatal(toString(ctx, *file->impSym) + " was replaced"); in createImportTables()
1178 DefinedImportData *impSym = cast_or_null<DefinedImportData>(file->impSym); in createImportTables() local
1182 " due to import of data: " + toString(ctx, *impSym)); in createImportTables()
1183 delayIdata.add(impSym); in createImportTables()
1185 idata.add(impSym); in createImportTables()
H A DInputFiles.cpp1028 impSym = ctx.symtab.addImportData(impName, this); in parse()
1031 if (!impSym) in parse()
1042 name, cast_or_null<DefinedImportData>(impSym), hdr->Machine); in parse()
H A DInputFiles.h346 Symbol *impSym = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp93 if (MCSymbol *impSym = lookupImpSymbol(Asm->getSymbol(&F))) { in endModule() local
94 GIATsEntries.push_back(impSym); in endModule()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1373 Defined *impSym = symtab.cmseImportLib[sym->getName()]; in addSGVeneer() local
1374 ss = make<ArmCmseSGVeneer>(sym, acleSeSym, impSym->value); in addSGVeneer()