Home
last modified time | relevance | path

Searched refs:IsUsedInRegularObj (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DSymbolTable.cpp132 if (!Sym->IsUsedInRegularObj) in loadMinGWAutomaticImports()
210 if (!Sym->IsUsedInRegularObj) in reportRemainingUndefines()
294 Sym->IsUsedInRegularObj = false; in insert()
304 Result.first->IsUsedInRegularObj = true; in insert()
357 S->IsUsedInRegularObj = true; in addAbsolute()
369 S->IsUsedInRegularObj = true; in addAbsolute()
381 S->IsUsedInRegularObj = true; in addSynthetic()
436 S->IsUsedInRegularObj = true; in addImportData()
451 S->IsUsedInRegularObj = true; in addImportThunk()
H A DLTO.cpp100 R.VisibleToRegularObj = Sym->IsUsedInRegularObj; in add()
H A DSymbols.h97 unsigned IsUsedInRegularObj : 1; variable
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbols.h115 unsigned IsUsedInRegularObj : 1; variable
391 S->IsUsedInRegularObj = Sym.IsUsedInRegularObj; in replaceSymbol()
H A DSymbols.cpp111 assert(Sym.IsUsedInRegularObj && "lazy symbol reached writer"); in getSymVA()
H A DMarkLive.cpp279 if (S->IsUsedInRegularObj && !S->isWeak()) in markLive()
H A DLTO.cpp185 R.VisibleToRegularObj = Config->Relocatable || Sym->IsUsedInRegularObj || in add()
H A DSymbolTable.cpp214 Sym->IsUsedInRegularObj = false; in insertName()
240 S->IsUsedInRegularObj = true; in insert()
H A DDriver.cpp1258 Sym->IsUsedInRegularObj = true; in handleUndefined()
1408 Sym->IsUsedInRegularObj = true; in addWrappedSymbols()
1409 Wrap->IsUsedInRegularObj = true; in addWrappedSymbols()
H A DRelocations.cpp518 Sym.IsUsedInRegularObj = true; in replaceWithDefined()
H A DWriter.cpp570 if (!B.isLocal() && !B.IsUsedInRegularObj) in includeInSymtab()