Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp323 uint64_t &CurrentAddressLocation);
327 uint64_t &CurrentAddressLocation);
330 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation);
711 uint64_t CurrentAddressLocation = 0; in writeSections() local
714 CurrentAddressLocation); in writeSections()
717 CurrentAddressLocation); in writeSections()
719 CurrentAddressLocation); in writeSections()
1411 const CsectSectionEntry &CsectEntry, uint64_t &CurrentAddressLocation) { in writeSectionForControlSectionEntry() argument
1420 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()
1426 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()
[all …]