Searched refs:DLLFile (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lld/COFF/ |
H A D | SymbolTable.h | 114 void addLazyDLLSymbol(DLLFile *f, DLLFile::Symbol *sym, StringRef n);
|
H A D | Symbols.h | 325 LazyDLLSymbol(DLLFile *f, DLLFile::Symbol *s, StringRef n) 331 DLLFile *file; 332 DLLFile::Symbol *sym; in classof()
|
H A D | InputFiles.h | 416 class DLLFile : public InputFile { 418 explicit DLLFile(SymbolTable &symtab, MemoryBufferRef m) 392 explicit DLLFile(COFFLinkerContext &ctx, MemoryBufferRef m) DLLFile() function
|
H A D | InputFiles.cpp | 1409 void DLLFile::parse() { 1456 MachineTypes DLLFile::getMachineType() const { 1462 void DLLFile::makeImport(DLLFile::Symbol *s) {
|
H A D | SymbolTable.cpp | 762 void SymbolTable::addLazyDLLSymbol(DLLFile *f, DLLFile::Symbol *sym, in addComdat()
|
H A D | Driver.cpp | 302 addFile(make<DLLFile>(ctx.symtab, mbref)); in addArchiveBuffer()
|
/llvm-project/llvm/utils/KillTheDoctor/ |
H A D | KillTheDoctor.cpp | 468 FileScopedHandle DLLFile(DebugEvent.u.LoadDll.hFile); in main() local 470 ec = GetFileNameFromHandle(DLLFile, DLLName); in main()
|