Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp208 uint64_t LocationCounter = 0; member in __anone0ba05900111::ELFState
679 LocationCounter += Header.sh_size; in initImplicitHeader()
769 LocationCounter += S->Size; in initSectionHeaders()
788 LocationCounter += Size; in initSectionHeaders()
848 LocationCounter += SHeader.sh_size; in initSectionHeaders()
902 LocationCounter += SHeader.sh_size; in initSectionHeaders()
914 LocationCounter = *YAMLSec->Address; in assignSectionAddress()
925 LocationCounter = in assignSectionAddress()
926 alignTo(LocationCounter, SHeader.sh_addralign ? SHeader.sh_addralign : 1); in assignSectionAddress()
927 SHeader.sh_addr = LocationCounter; in assignSectionAddress()