Searched refs:targetOffset (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Chunks.h | 658 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 D | Chunks.cpp | 867 table[idx + 1] = rpr.target->getRVA() + rpr.targetOffset; in writeTo()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/ |
| H A D | BufferizationOps.cpp | 43 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 D | X86_64.cpp | 190 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 D | MemRefOps.cpp | 2105 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 D | MemRefToLLVM.cpp | 898 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 D | DIARawSymbol.cpp | 282 RAW_METHOD_DUMP(OS, targetOffset); in dump()
|