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.cpp2656 Partition &newPart = ctx.partitions.back(); in readSymbolPartitionSection() local
2657 newPart.name = partName; in readSymbolPartitionSection()
2658 sym->partition = newPart.getNumber(ctx); in readSymbolPartitionSection()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2637 integerPart newPart = 0; in convert() local
2639 newPart = significandParts()[0]; in convert()
2641 significand.part = newPart; in convert()