Home
last modified time | relevance | path

Searched refs:RelSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp103 uint64_t RelSize = Is64Bit ? XCOFF::RelocationSerializationSize64 in initRelocations() local
105 CurrentOffset += InitSection.NumberOfRelocations * RelSize; in initRelocations()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1857 const size_t RelSize = Relocation::getSizeForType(RType); in analyzeRelocation() local
1860 BC->getUnsignedValueAtAddress(Rel.getOffset(), RelSize); in analyzeRelocation()
1898 if (!BC->HasFixedLoadAddress && RelSize == 8) in analyzeRelocation()
1931 truncateToSize(ExtractedValue - Addend + PCRelOffset, RelSize); in analyzeRelocation()
1958 return truncateToSize(ExtractedValue, RelSize) == in analyzeRelocation()
1959 truncateToSize(SymbolAddress + Addend - PCRelOffset, RelSize); in analyzeRelocation()