Home
last modified time | relevance | path

Searched refs:targetOffset (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DChunks.h658 RuntimePseudoReloc(Defined *sym, SectionChunk *target, uint32_t targetOffset, in RuntimePseudoReloc() argument
660 : sym(sym), target(target), targetOffset(targetOffset), flags(flags) {} in RuntimePseudoReloc()
664 uint32_t targetOffset; variable
H A DChunks.cpp867 table[idx + 1] = rpr.target->getRVA() + rpr.targetOffset; in writeTo()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp43 int64_t sourceOffset, targetOffset; in castOrReallocMemRefValue() local
46 failed(getStridesAndOffset(target, targetStrides, targetOffset))) in castOrReallocMemRefValue()
52 if (dynamicToStatic(sourceOffset, targetOffset)) in castOrReallocMemRefValue()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86_64.cpp190 uint64_t targetOffset = InputSectionBase::getRelocTargetVA( in isFallThruRelocation() local
197 return (addrLoc + 4 + targetOffset) == nextSectionOffset; in isFallThruRelocation()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp2105 int64_t targetOffset = sourceOffset; in inferResultType() local
2109 targetOffset = in inferResultType()
2110 (Wrapper::offset(targetOffset) + in inferResultType()
2130 makeStridedLinearLayoutMap(targetStrides, targetOffset, in inferResultType()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp898 Value targetOffset = targetDesc.offset(rewriter, loc); in lowerToMemCopyIntrinsic() local
900 targetBasePtr, targetOffset); in lowerToMemCopyIntrinsic()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp282 RAW_METHOD_DUMP(OS, targetOffset); in dump()