Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp211 uint64_t LocationCounter = 0; member in __anone951591a0111::ELFState
678 LocationCounter += Header.sh_size; in initImplicitHeader()
768 LocationCounter += S->Size; in initSectionHeaders()
787 LocationCounter += Size; in initSectionHeaders()
847 LocationCounter += SHeader.sh_size; in initSectionHeaders()
901 LocationCounter += SHeader.sh_size; in initSectionHeaders()
913 LocationCounter = *YAMLSec->Address; in assignSectionAddress()
924 LocationCounter = in assignSectionAddress()
925 alignTo(LocationCounter, SHeader.sh_addralign ? SHeader.sh_addralign : 1); in assignSectionAddress()
926 SHeader.sh_addr = LocationCounter; in assignSectionAddress()