Home
last modified time | relevance | path

Searched refs:isUsedInRegularObj (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DSymbols.h97 isUsedInRegularObj(!file || isa<ObjFile>(file)), in Symbol()
107 bool isUsedInRegularObj : 1;
308 bool isUsedInRegularObj = s->isUsedInRegularObj; in replaceSymbol() local
311 sym->isUsedInRegularObj |= isUsedInRegularObj; in replaceSymbol()
DLTO.cpp84 sym->isUsedInRegularObj; in add()
DSymbolTable.cpp43 sym->isUsedInRegularObj |= !file || isa<ObjFile>(file); in insert()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbolTable.cpp45 if (!real->isUsedInRegularObj && sym->isUndefined()) in wrap()
46 sym->isUsedInRegularObj = false; in wrap()
56 real->isUsedInRegularObj = false; in wrap()
87 sym->isUsedInRegularObj = false; in insert()
DSymbols.h113 uint8_t isUsedInRegularObj : 1; variable
248 isUsedInRegularObj(!file || file->kind() == InputFile::ObjKind), in Symbol()
554 isUsedInRegularObj = old.isUsedInRegularObj; in replace()
DSymbols.cpp142 assert(sym.isUsedInRegularObj && "lazy symbol reached writer"); in getSymVA()
418 if (other.isUsedInRegularObj) in mergeProperties()
419 isUsedInRegularObj = true; in mergeProperties()
DDriver.cpp1697 sym->isUsedInRegularObj = true; in handleUndefined()
1968 sym.isUsedInRegularObj = false; in addUnusedUndefined()
2041 sym->isUsedInRegularObj = true; in addWrappedSymbols()
2049 wrap->isUsedInRegularObj = true; in addWrappedSymbols()
2240 sym->isUsedInRegularObj = true; in link()
2252 sym->isUsedInRegularObj = true; in link()
2254 sym->isUsedInRegularObj = true; in link()
DMarkLive.cpp349 if (s->isUsedInRegularObj && !s->isWeak()) in markLive()
DLTO.cpp247 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj || in add()
DRelocations.cpp556 sym.isUsedInRegularObj = true; in replaceWithDefined()
DWriter.cpp743 if (!b.isLocal() && !b.isUsedInRegularObj) in includeInSymtab()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DSymbolTable.cpp468 if (!sym->isUsedInRegularObj) in resolveRemainingUndefines()
527 sym->isUsedInRegularObj = false; in insert()
538 result.first->isUsedInRegularObj = true; in insert()
674 s->isUsedInRegularObj = true; in addAbsolute()
689 s->isUsedInRegularObj = true; in addAbsolute()
704 s->isUsedInRegularObj = true; in addSynthetic()
760 s->isUsedInRegularObj = true; in addImportData()
775 s->isUsedInRegularObj = true; in addImportThunk()
DMinGW.cpp224 sym->isUsedInRegularObj = true; in addWrappedSymbols()
226 wrap->isUsedInRegularObj = true; in addWrappedSymbols()
DLTO.cpp144 r.VisibleToRegularObj = sym->isUsedInRegularObj; in add()
DSymbols.h123 unsigned isUsedInRegularObj : 1; variable
DDriver.cpp1238 s->isUsedInRegularObj = true; in maybeExportMinGWSymbols()