Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1211 uint64_t RelocationSizeInSec = 0; in calcOffsetToRelocations() local
1217 RelocationSizeInSec = in calcOffsetToRelocations()
1225 assert(RelocationSizeInSec && "Overflow section header doesn't exist."); in calcOffsetToRelocations()
1227 RelocationSizeInSec = Sec->RelocationCount * in calcOffsetToRelocations()
1232 RawPointer += RelocationSizeInSec; in calcOffsetToRelocations()