Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp146 uint64_t CurrentEndTDataAddr = 0; in initSectionHeaders() local
183 CurrentEndTDataAddr = InitSections[I].Address + InitSections[I].Size; in initSectionHeaders()
187 InitSections[I].Address = CurrentEndTDataAddr; in initSectionHeaders()