Home
last modified time | relevance | path

Searched refs:hasVersionSuffix (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h145 uint8_t hasVersionSuffix : 1; variable
251 traced(false), hasVersionSuffix(false), isInIplt(false), in Symbol()
537 hasVersionSuffix = old.hasVersionSuffix; in replace()
H A DSymbolTable.cpp82 sym->hasVersionSuffix = true; in insert()
104 sym->hasVersionSuffix = true; in insert()
339 if (sym->hasVersionSuffix) in scanVersionScript()
H A DDriver.cpp2180 if (sym->hasVersionSuffix) in compileBitcodeFiles()
2260 if (!sym->hasVersionSuffix) in redirectSymbols()
H A DRelocations.cpp820 if (sym.hasVersionSuffix) { in maybeReportUndefined()