Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDSymbols.h385 class DefinedImportThunk : public Defined {
387 DefinedImportThunk(COFFLinkerContext &ctx, StringRef name,
434 return cast<DefinedImportThunk>(this)->getRVA(); in getRVA()
461 return cast<DefinedImportThunk>(this)->getChunk(); in getChunk()
486 alignas(DefinedImportThunk) char h[sizeof(DefinedImportThunk)];
HDSymbols.cpp86 if (auto *imp = dyn_cast<DefinedImportThunk>(this)) in isLive()
122 DefinedImportThunk::DefinedImportThunk(COFFLinkerContext &ctx, StringRef name, in DefinedImportThunk() function in lld::coff::DefinedImportThunk
HDMarkLive.cpp51 else if (auto *sym = dyn_cast<DefinedImportThunk>(b)) in markLive()
HDInputFiles.h56 class DefinedImportThunk; variable
HDMapFile.cpp171 else if (auto *thunkSym = dyn_cast<DefinedImportThunk>(sym)) in getSymbolStrings()
HDPDB.cpp1137 } else if (isa<DefinedImportThunk>(def)) { in createPublic()
1555 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in addImportFilesToPDB()
HDWriter.cpp1202 if (!isa<DefinedImportThunk>(file->thunkSym)) in appendImportThunks()
1204 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in appendImportThunks()
1399 if (auto *dthunk = dyn_cast<DefinedImportThunk>(d)) { in createSymbolAndStringTable()
HDSymbolTable.cpp800 replaceSymbol<DefinedImportThunk>(s, ctx, name, id, machine); in addImportThunk()