Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp199 uint64_t LocationCounter = 0; member in __anonbe606ff10111::ELFState
610 LocationCounter += Header.sh_size; in initImplicitHeader()
677 LocationCounter += S->Size; in initSectionHeaders()
726 LocationCounter += SHeader.sh_size; in initSectionHeaders()
780 LocationCounter += SHeader.sh_size; in initSectionHeaders()
792 LocationCounter = *YAMLSec->Address; in assignSectionAddress()
803 LocationCounter = in assignSectionAddress()
804 alignTo(LocationCounter, SHeader.sh_addralign ? SHeader.sh_addralign : 1); in assignSectionAddress()
805 SHeader.sh_addr = LocationCounter; in assignSectionAddress()