Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp214 uint64_t LocationCounter = 0; member in __anon2711bccf0111::ELFState
685 LocationCounter += Header.sh_size; in initImplicitHeader()
775 LocationCounter += S->Size; in initSectionHeaders()
794 LocationCounter += Size; in initSectionHeaders()
854 LocationCounter += SHeader.sh_size; in initSectionHeaders()
908 LocationCounter += SHeader.sh_size; in initSectionHeaders()
920 LocationCounter = *YAMLSec->Address; in assignSectionAddress()
931 LocationCounter = in assignSectionAddress()
932 alignTo(LocationCounter, SHeader.sh_addralign ? SHeader.sh_addralign : 1); in assignSectionAddress()
933 SHeader.sh_addr = LocationCounter; in assignSectionAddress()