Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp134 if (auto *impSym = dyn_cast_or_null<Defined>(file->impSym)) in getSymbols() local
135 syms.push_back(impSym); in getSymbols()
169 if (auto *impSym = dyn_cast<DefinedImportData>(sym)) in getSymbolStrings() local
170 file = impSym->file; in getSymbolStrings()
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.cpp979 impSym = ctx.symtab.addImportData(impName, this); in parse()
982 if (!impSym) in parse()
993 name, cast_or_null<DefinedImportData>(impSym), hdr->Machine); in parse()
H A DInputFiles.h343 Symbol *impSym = nullptr; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp92 if (MCSymbol *impSym = lookupImpSymbol(Asm->getSymbol(&F))) { in endModule() local
93 GIATsEntries.push_back(impSym); in endModule()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1296 Defined *impSym = symtab.cmseImportLib[sym->getName()]; in addSGVeneer() local
1297 ss = make<ArmCmseSGVeneer>(sym, acleSeSym, impSym->value); in addSGVeneer()