Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DXCOFF.h42 constexpr uint16_t RelocOverflow = 65535; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DXCOFFObjectWriter.cpp973 W.write<uint16_t>((IsOvrflo || Sec->RelocationCount == XCOFF::RelocOverflow) in writeSectionHeader()
1073 if (!is64Bit() && (RelCount >= static_cast<uint32_t>(XCOFF::RelocOverflow))) { in finalizeRelocationInfo()
1089 Sec->RelocationCount = XCOFF::RelocOverflow; in finalizeRelocationInfo()
1103 Sec->RelocationCount == static_cast<uint32_t>(XCOFF::RelocOverflow)) { in calcOffsetToRelocations()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DXCOFFObjectFile.cpp990 if (Section.NumberOfRelocations < XCOFF::RelocOverflow) in getNumberOfRelocationEntries()