Searched refs:LineSectionSize (Results 1 – 6 of 6) sorted by relevance
144 LineSectionSize = 0; in init()823 LineSectionSize += 4; in emitLineTableForUnit()826 LineTable.Prologue.FormParams.Format, LineSectionSize); in emitLineTableForUnit()845 LineSectionSize += 2; in emitLineTablePrologue()849 LineSectionSize += 1; in emitLineTablePrologue()853 LineSectionSize += 1; in emitLineTablePrologue()858 LineSectionSize); in emitLineTablePrologue()873 LineSectionSize += 1; in emitLineTablePrologueV2IncludeAndFileTable()882 LineSectionSize += MS->emitULEB128IntValue(File.DirIdx); in emitLineTablePrologueV2IncludeAndFileTable()885 LineSectionSize += MS->emitULEB128IntValue(File.ModTime); in emitLineTablePrologueV2IncludeAndFileTable()[all …]
161 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize()304 uint64_t LineSectionSize = 0; variable