Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSymbolTable.cpp46 sym->isUsedInRegularObj = false; in wrap()
56 real->isUsedInRegularObj = false; in wrap()
87 sym->isUsedInRegularObj = false; in insert()
DSymbols.h113 uint8_t isUsedInRegularObj : 1; variable
246 isUsedInRegularObj(!file || file->kind() == InputFile::ObjKind), in Symbol()
552 isUsedInRegularObj = old.isUsedInRegularObj; in replace()
DSymbols.cpp142 assert(sym.isUsedInRegularObj && "lazy symbol reached writer"); in getSymVA()
409 if (other.isUsedInRegularObj) in mergeProperties()
410 isUsedInRegularObj = true; in mergeProperties()
DDriver.cpp1578 sym->isUsedInRegularObj = true; in handleUndefined()
1848 sym.isUsedInRegularObj = false; in addUnusedUndefined()
1920 sym->isUsedInRegularObj = true; in addWrappedSymbols()
1922 wrap->isUsedInRegularObj = true; in addWrappedSymbols()
2099 sym->isUsedInRegularObj = true; in link()
2111 sym->isUsedInRegularObj = true; in link()
2113 sym->isUsedInRegularObj = true; in link()
DMarkLive.cpp341 if (s->isUsedInRegularObj && !s->isWeak()) in markLive()
DLTO.cpp246 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj || in add()
DRelocations.cpp543 sym.isUsedInRegularObj = true; in replaceWithDefined()
DWriter.cpp743 if (!b.isLocal() && !b.isUsedInRegularObj) in includeInSymtab()
/external/llvm-project/lld/COFF/
DSymbolTable.cpp424 if (!sym->isUsedInRegularObj) in resolveRemainingUndefines()
483 sym->isUsedInRegularObj = false; in insert()
494 result.first->isUsedInRegularObj = true; in insert()
614 s->isUsedInRegularObj = true; in addAbsolute()
629 s->isUsedInRegularObj = true; in addAbsolute()
644 s->isUsedInRegularObj = true; in addSynthetic()
700 s->isUsedInRegularObj = true; in addImportData()
715 s->isUsedInRegularObj = true; in addImportThunk()
DMinGW.cpp224 sym->isUsedInRegularObj = true; in addWrappedSymbols()
226 wrap->isUsedInRegularObj = true; in addWrappedSymbols()
DLTO.cpp141 r.VisibleToRegularObj = sym->isUsedInRegularObj; in add()
DSymbols.h121 unsigned isUsedInRegularObj : 1; variable
/external/llvm-project/lld/wasm/
DSymbols.h126 requiresGOT(false), isUsedInRegularObj(false), forceExport(false), in Symbol()
146 bool isUsedInRegularObj : 1; variable
546 s2->isUsedInRegularObj = symCopy.isUsedInRegularObj; in replaceSymbol()
DDriver.cpp545 sym->isUsedInRegularObj = true; in handleUndefined()
570 sym->isUsedInRegularObj = true; in createUndefinedGlobal()
773 sym->isUsedInRegularObj = true; in addWrappedSymbols()
774 wrap->isUsedInRegularObj = true; in addWrappedSymbols()
775 real->isUsedInRegularObj = false; in addWrappedSymbols()
912 !WasmSym::callCtors->isUsedInRegularObj && in link()
DSymbolTable.cpp113 sym->isUsedInRegularObj = false; in insertName()
128 s->isUsedInRegularObj = true; in insert()
623 variant->isUsedInRegularObj = in getFunctionVariant()
716 sym->isUsedInRegularObj = true; in createUndefinedStub()
DLTO.cpp106 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj || in add()
DWriter.cpp580 if (!sym->isUsedInRegularObj) in calculateImports()
647 if (sym->isUsedInRegularObj && sym->isLive()) in populateSymtab()
1270 !WasmSym::callCtors->isUsedInRegularObj && in run()