Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp213 uint32_t _endOfSectionsContent; member in lld::mach_o::normalized::MachOFileLayout
298 _endOfSectionsContent = offset; in MachOFileLayout()
305 _startOfRelocations = pointerAlign(_endOfSectionsContent); in MachOFileLayout()
327 << " endOfSectionsContent=" << _endOfSectionsContent << "\n"); in MachOFileLayout()