Searched refs:LineSectionSize (Results 1 – 6 of 6) sorted by relevance
144 LineSectionSize = 0; in init()822 LineSectionSize += 4; in emitLineTableForUnit()825 LineTable.Prologue.FormParams.Format, LineSectionSize); in emitLineTableForUnit()844 LineSectionSize += 2; in emitLineTablePrologue()848 LineSectionSize += 1; in emitLineTablePrologue()852 LineSectionSize += 1; in emitLineTablePrologue()857 LineSectionSize); in emitLineTablePrologue()872 LineSectionSize += 1; in emitLineTablePrologueV2IncludeAndFileTable()881 LineSectionSize += MS->emitULEB128IntValue(File.DirIdx); in emitLineTablePrologueV2IncludeAndFileTable()884 LineSectionSize += MS->emitULEB128IntValue(File.ModTime); in emitLineTablePrologueV2IncludeAndFileTable()[all …]
157 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize()300 uint64_t LineSectionSize = 0; variable