Searched refs:TOCEntryOffset (Results 1 – 1 of 1) sorted by relevance
736 int64_t TOCEntryOffset = SectionMap[SymASec]->Address - in recordRelocation() local754 if (Type == XCOFF::RelocationType::R_TOC && !isInt<16>(TOCEntryOffset)) in recordRelocation()755 TOCEntryOffset = llvm::SignExtend64<16>(TOCEntryOffset); in recordRelocation()757 FixedValue = TOCEntryOffset; in recordRelocation()