Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DSymbolTable.h94 void addLazyDLLSymbol(DLLFile *f, DLLFile::Symbol *sym, StringRef n);
H A DSymbols.h316 LazyDLLSymbol(DLLFile *f, DLLFile::Symbol *s, StringRef n) in LazyDLLSymbol()
322 DLLFile *file;
323 DLLFile::Symbol *sym;
H A DInputFiles.h384 class DLLFile : public InputFile {
386 explicit DLLFile(COFFLinkerContext &ctx, MemoryBufferRef m) in DLLFile() function
H A DInputFiles.cpp1109 void DLLFile::parse() { in parse()
1156 MachineTypes DLLFile::getMachineType() { in getMachineType()
1162 void DLLFile::makeImport(DLLFile::Symbol *s) { in makeImport()
H A DSymbolTable.cpp584 void SymbolTable::addLazyDLLSymbol(DLLFile *f, DLLFile::Symbol *sym, in addLazyDLLSymbol()
H A DDriver.cpp221 ctx.symtab.addFile(make<DLLFile>(ctx, mbref)); in addBuffer()
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp468 FileScopedHandle DLLFile(DebugEvent.u.LoadDll.hFile); in main() local
470 ec = GetFileNameFromHandle(DLLFile, DLLName); in main()