Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp117 uint64_t CurrentSecAddr = 0; in initSectionHeader() local
144 InitSections[I].Address = CurrentSecAddr; in initSectionHeader()
153 CurrentSecAddr += InitSections[I].Size; in initSectionHeader()