Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDriver.cpp2336 Partition &newPart = partitions.back(); in readSymbolPartitionSection() local
2337 newPart.name = partName; in readSymbolPartitionSection()
2338 sym->partition = newPart.getNumber(); in readSymbolPartitionSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2506 integerPart newPart = 0; in convert() local
2508 newPart = significandParts()[0]; in convert()
2510 significand.part = newPart; in convert()