Searched refs:targetOffset (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DChunks.h198 RuntimePseudoReloc(Defined *sym, SectionChunk *target, uint32_t targetOffset, argument
200 : sym(sym), target(target), targetOffset(targetOffset), flags(flags) {}
204 uint32_t targetOffset; member in class:lld::coff::RuntimePseudoReloc
H A DChunks.cpp942 table[idx + 1] = rpr.target->getRVA() + rpr.targetOffset;
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp183 uint64_t targetOffset = InputSectionBase::getRelocTargetVA( local
190 return (addrLoc + 4 + targetOffset) == nextSectionOffset;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp282 RAW_METHOD_DUMP(OS, targetOffset);

Completed in 261 milliseconds