Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp2468 Partition &newPart = partitions.back(); in readSymbolPartitionSection() local
2469 newPart.name = partName; in readSymbolPartitionSection()
2470 sym->partition = newPart.getNumber(); in readSymbolPartitionSection()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2537 integerPart newPart = 0; in convert() local
2539 newPart = significandParts()[0]; in convert()
2541 significand.part = newPart; in convert()