Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1256 uint64_t RelocationSizeInSec = 0; in calcOffsetToRelocations() local
1262 RelocationSizeInSec = in calcOffsetToRelocations()
1270 assert(RelocationSizeInSec && "Overflow section header doesn't exist."); in calcOffsetToRelocations()
1272 RelocationSizeInSec = Sec->RelocationCount * in calcOffsetToRelocations()
1277 RawPointer += RelocationSizeInSec; in calcOffsetToRelocations()