Searched refs:LocListsSectionSize (Results 1 – 6 of 6) sorted by relevance
143 LocListsSectionSize = 0; in init()617 LocListsSectionSize += sizeof(uint32_t); in emitDwarfDebugLocListHeader()621 LocListsSectionSize += sizeof(uint16_t); in emitDwarfDebugLocListHeader()625 LocListsSectionSize++; in emitDwarfDebugLocListHeader()629 LocListsSectionSize++; in emitDwarfDebugLocListHeader()633 LocListsSectionSize += sizeof(uint32_t); in emitDwarfDebugLocListHeader()761 Patch.set(LocListsSectionSize); in emitDwarfDebugLocListsTableFragment()777 LocListsSectionSize += 1; in emitDwarfDebugLocListsTableFragment()778 LocListsSectionSize += in emitDwarfDebugLocListsTableFragment()784 LocListsSectionSize += 1; in emitDwarfDebugLocListsTableFragment()[all …]
206 return LocListsSectionSize; in getLocListsSectionSize()299 uint64_t LocListsSectionSize = 0; variable