Home
last modified time | relevance | path

Searched refs:nextOffset (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DExportTrie.cpp91 bool updateOffset(size_t &nextOffset);
95 bool TrieNode::updateOffset(size_t &nextOffset) { in updateOffset() argument
116 bool result = (offset != nextOffset); in updateOffset()
118 offset = nextOffset; in updateOffset()
119 nextOffset += nodeSize; in updateOffset()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp95 uint32_t nextOffset = curOffset + wordCount; in sliceInstruction() local
96 if (nextOffset > binarySize) in sliceInstruction()
101 curOffset = nextOffset; in sliceInstruction()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3847 uint64_t nextOffset = FPROffset; in LowerVASTART() local
3854 MachinePointerInfo(SV, nextOffset), MVT::i8); in LowerVASTART()
3855 nextOffset += StackOffset; in LowerVASTART()
3860 MachinePointerInfo(SV, nextOffset)); in LowerVASTART()
3861 nextOffset += FrameOffset; in LowerVASTART()
3866 MachinePointerInfo(SV, nextOffset)); in LowerVASTART()