Home
last modified time | relevance | path

Searched refs:LazyDLLSymbol (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lld/COFF/
DSymbols.h314 class LazyDLLSymbol : public Symbol {
316 LazyDLLSymbol(DLLFile *f, DLLFile::Symbol *s, StringRef n) in LazyDLLSymbol() function
488 alignas(LazyDLLSymbol) char k[sizeof(LazyDLLSymbol)];
DSymbols.cpp76 if (auto *sym = dyn_cast<LazyDLLSymbol>(this)) in getFile()
DSymbolTable.cpp90 auto *l = cast<LazyDLLSymbol>(s); in forceLazy()
588 replaceSymbol<LazyDLLSymbol>(s, f, sym, n); in addLazyDLLSymbol()