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

/freebsd-current/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp95 bool updateOffset(size_t &nextOffset);
137 bool TrieNode::updateOffset(size_t &nextOffset) { argument
156 // On input, 'nextOffset' is the new preferred location for this node.
157 bool result = (offset != nextOffset);
159 offset = nextOffset;
160 nextOffset += nodeSize;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3958 uint64_t nextOffset = FPROffset; local
3965 MachinePointerInfo(SV, nextOffset), MVT::i8);
3966 nextOffset += StackOffset;
3971 MachinePointerInfo(SV, nextOffset));
3972 nextOffset += FrameOffset;
3977 MachinePointerInfo(SV, nextOffset));

Completed in 231 milliseconds