Searched refs:nextOffset (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp76 bool updateOffset(size_t &nextOffset);
80 bool TrieNode::updateOffset(size_t &nextOffset) { argument
101 // On input, 'nextOffset' is the new preferred location for this node.
102 bool result = (offset != nextOffset);
104 offset = nextOffset;
105 nextOffset += nodeSize;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3466 uint64_t nextOffset = FPROffset; local
3473 MachinePointerInfo(SV, nextOffset), MVT::i8);
3474 nextOffset += StackOffset;
3479 MachinePointerInfo(SV, nextOffset));
3480 nextOffset += FrameOffset;
3485 MachinePointerInfo(SV, nextOffset));

Completed in 151 milliseconds