Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp206 uint64_t LocationCounter = 0; member in __anon2264ce4a0111::ELFState
677 LocationCounter += Header.sh_size; in initImplicitHeader()
767 LocationCounter += S->Size; in initSectionHeaders()
786 LocationCounter += Size; in initSectionHeaders()
846 LocationCounter += SHeader.sh_size; in initSectionHeaders()
900 LocationCounter += SHeader.sh_size; in initSectionHeaders()
912 LocationCounter = *YAMLSec->Address; in assignSectionAddress()
923 LocationCounter = in assignSectionAddress()
924 alignTo(LocationCounter, SHeader.sh_addralign ? SHeader.sh_addralign : 1); in assignSectionAddress()
925 SHeader.sh_addr = LocationCounter; in assignSectionAddress()