Home
last modified time | relevance | path

Searched refs:newPart (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp2123 Partition &newPart = partitions.back(); in readSymbolPartitionSection() local
2124 newPart.name = partName; in readSymbolPartitionSection()
2125 sym->partition = newPart.getNumber(); in readSymbolPartitionSection()
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp2251 integerPart newPart = 0; in convert() local
2253 newPart = significandParts()[0]; in convert()
2255 significand.part = newPart; in convert()