Searched refs:CurrentSectionDataOffset (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp741 uint32_t CurrentSectionDataOffset = SectionTableStart + SectionTableSize; local
749 i->Header.PointerToRawData = CurrentSectionDataOffset;
750 CurrentSectionDataOffset += i->Header.SizeOfRawData;
758 uint32_t SymbolTableStart = CurrentSectionDataOffset;

Completed in 106 milliseconds