Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp726 int64_t TOCEntryOffset = SectionMap[SymASec]->Address - in recordRelocation() local
744 if (Type == XCOFF::RelocationType::R_TOC && !isInt<16>(TOCEntryOffset)) in recordRelocation()
745 TOCEntryOffset = llvm::SignExtend64<16>(TOCEntryOffset); in recordRelocation()
747 FixedValue = TOCEntryOffset; in recordRelocation()