Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h33 class LazySymbol; variable
228 void resolve(Ctx &, const LazySymbol &other);
500 class LazySymbol : public Symbol {
502 LazySymbol(InputFile &file) in LazySymbol() function
522 alignas(LazySymbol) char e[sizeof(LazySymbol)];
H A DSymbols.cpp43 AssertSymbol<LazySymbol>(); in assertSymbols()
619 void Symbol::resolve(Ctx &ctx, const LazySymbol &other) { in resolve()
H A DInputFiles.cpp1915 sym->resolve(ctx, LazySymbol{*this}); in parseLazy()
2009 symbols[i]->resolve(ctx, LazySymbol{*this}); in parseLazy()