Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp196 uint64_t LocationCounter = 0; member in __anonae3a78450111::ELFState
637 LocationCounter += Header.sh_size; in initImplicitHeader()
727 LocationCounter += S->Size; in initSectionHeaders()
746 LocationCounter += Size; in initSectionHeaders()
806 LocationCounter += SHeader.sh_size; in initSectionHeaders()
860 LocationCounter += SHeader.sh_size; in initSectionHeaders()
872 LocationCounter = *YAMLSec->Address; in assignSectionAddress()
883 LocationCounter = in assignSectionAddress()
884 alignTo(LocationCounter, SHeader.sh_addralign ? SHeader.sh_addralign : 1); in assignSectionAddress()
885 SHeader.sh_addr = LocationCounter; in assignSectionAddress()