Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DDriver.cpp1955 Partition &newPart = partitions.back(); in readSymbolPartitionSection() local
1956 newPart.name = partName; in readSymbolPartitionSection()
1957 sym->partition = newPart.getNumber(); in readSymbolPartitionSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPFloat.cpp2227 integerPart newPart = 0; in convert() local
2229 newPart = significandParts()[0]; in convert()
2231 significand.part = newPart; in convert()