Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp465 const int64_t TOCEntryOffset = SectionMap[SymASec]->Address - in recordRelocation() local
468 if (Type == XCOFF::RelocationType::R_TOC && !isInt<16>(TOCEntryOffset)) in recordRelocation()
471 FixedValue = TOCEntryOffset; in recordRelocation()