reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1367 sym->isUsedInRegularObj = true; 1629 sym->isUsedInRegularObj = true; 1630 wrap->isUsedInRegularObj = true;tools/lld/ELF/LTO.cpp
188 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj ||
tools/lld/ELF/MarkLive.cpp 329 if (s->isUsedInRegularObj && !s->isWeak())
tools/lld/ELF/Relocations.cpp 513 sym.isUsedInRegularObj = true;
tools/lld/ELF/SymbolTable.cpp 79 sym->isUsedInRegularObj = false;
tools/lld/ELF/Symbols.cpp130 assert(sym.isUsedInRegularObj && "lazy symbol reached writer"); 361 if (other.isUsedInRegularObj) 362 isUsedInRegularObj = true;tools/lld/ELF/Symbols.h
541 isUsedInRegularObj = old.isUsedInRegularObj; 541 isUsedInRegularObj = old.isUsedInRegularObj;tools/lld/ELF/Writer.cpp
653 if (!b.isLocal() && !b.isUsedInRegularObj)