Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.h93 void addLazyDLLSymbol(DLLFile *f, DLLFile::Symbol *sym, StringRef n);
H A DSymbols.h317 LazyDLLSymbol(DLLFile *f, DLLFile::Symbol *s, StringRef n) in LazyDLLSymbol()
323 DLLFile *file;
324 DLLFile::Symbol *sym;
H A DInputFiles.h390 class DLLFile : public InputFile {
392 explicit DLLFile(COFFLinkerContext &ctx, MemoryBufferRef m) in DLLFile() function
H A DInputFiles.cpp1176 void DLLFile::parse() { in parse()
1223 MachineTypes DLLFile::getMachineType() { in getMachineType()
1229 void DLLFile::makeImport(DLLFile::Symbol *s) { in makeImport()
H A DSymbolTable.cpp628 void SymbolTable::addLazyDLLSymbol(DLLFile *f, DLLFile::Symbol *sym, in addLazyDLLSymbol()
H A DDriver.cpp219 ctx.symtab.addFile(make<DLLFile>(ctx, mbref)); in addBuffer()