Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMachObjectWriter.cpp771 uint64_t LOHRawSize = Asm.getLOHContainer().getEmitSize(*this, Layout); in WriteObject() local
772 uint64_t LOHSize = RoundUpToAlignment(LOHRawSize, is64Bit() ? 8 : 4); in WriteObject()
965 WriteBytes("", OffsetToAlignment(LOHRawSize, is64Bit() ? 8 : 4)); in WriteObject()