Home
last modified time | relevance | path

Searched refs:DLLFile (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.h95 void addLazyDLLSymbol(DLLFile *f, DLLFile::Symbol *sym, StringRef n);
H A DSymbols.h319 LazyDLLSymbol(DLLFile *f, DLLFile::Symbol *s, StringRef n) in LazyDLLSymbol()
325 DLLFile *file;
326 DLLFile::Symbol *sym;
H A DInputFiles.h385 class DLLFile : public InputFile {
387 explicit DLLFile(COFFLinkerContext &ctx, MemoryBufferRef m) in DLLFile() function
H A DInputFiles.cpp1123 void DLLFile::parse() { in parse()
1170 MachineTypes DLLFile::getMachineType() { in getMachineType()
1176 void DLLFile::makeImport(DLLFile::Symbol *s) { in makeImport()
H A DSymbolTable.cpp591 void SymbolTable::addLazyDLLSymbol(DLLFile *f, DLLFile::Symbol *sym, in addLazyDLLSymbol()
H A DDriver.cpp227 ctx.symtab.addFile(make<DLLFile>(ctx, mbref)); in addBuffer()
/llvm-project-15.0.7/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp474 FileScopedHandle DLLFile(DebugEvent.u.LoadDll.hFile); in main() local
476 ec = GetFileNameFromHandle(DLLFile, DLLName); in main()