Lines Matching refs:emitULEB128IntValue

582           MS->emitULEB128IntValue(AddrPool.getValueIndex(*BaseAddress));  in emitDwarfDebugRngListsTableFragment()
591 MS->emitULEB128IntValue(Range.start() - *BaseAddress); in emitDwarfDebugRngListsTableFragment()
594 RngListsSectionSize += MS->emitULEB128IntValue(Range.end() - *BaseAddress); in emitDwarfDebugRngListsTableFragment()
779 MS->emitULEB128IntValue(AddrPool.getValueIndex(*BaseAddress)); in emitDwarfDebugLocListsTableFragment()
788 MS->emitULEB128IntValue(LocExpression.Range->LowPC - *BaseAddress); in emitDwarfDebugLocListsTableFragment()
792 MS->emitULEB128IntValue(LocExpression.Range->HighPC - *BaseAddress); in emitDwarfDebugLocListsTableFragment()
799 LocListsSectionSize += MS->emitULEB128IntValue(LocExpression.Expr.size()); in emitDwarfDebugLocListsTableFragment()
881 LineSectionSize += MS->emitULEB128IntValue(File.DirIdx); in emitLineTablePrologueV2IncludeAndFileTable()
884 LineSectionSize += MS->emitULEB128IntValue(File.ModTime); in emitLineTablePrologueV2IncludeAndFileTable()
887 LineSectionSize += MS->emitULEB128IntValue(File.Length); in emitLineTablePrologueV2IncludeAndFileTable()
907 LineSectionSize += MS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitLineTablePrologueV5IncludeAndFileTable()
909 MS->emitULEB128IntValue(P.IncludeDirectories[0].getForm()); in emitLineTablePrologueV5IncludeAndFileTable()
913 LineSectionSize += MS->emitULEB128IntValue(P.IncludeDirectories.size()); in emitLineTablePrologueV5IncludeAndFileTable()
932 LineSectionSize += MS->emitULEB128IntValue(dwarf::DW_LNCT_path); in emitLineTablePrologueV5IncludeAndFileTable()
933 LineSectionSize += MS->emitULEB128IntValue(StrForm); in emitLineTablePrologueV5IncludeAndFileTable()
935 LineSectionSize += MS->emitULEB128IntValue(dwarf::DW_LNCT_directory_index); in emitLineTablePrologueV5IncludeAndFileTable()
936 LineSectionSize += MS->emitULEB128IntValue(dwarf::DW_FORM_data1); in emitLineTablePrologueV5IncludeAndFileTable()
939 LineSectionSize += MS->emitULEB128IntValue(dwarf::DW_LNCT_MD5); in emitLineTablePrologueV5IncludeAndFileTable()
940 LineSectionSize += MS->emitULEB128IntValue(dwarf::DW_FORM_data16); in emitLineTablePrologueV5IncludeAndFileTable()
944 LineSectionSize += MS->emitULEB128IntValue(dwarf::DW_LNCT_LLVM_source); in emitLineTablePrologueV5IncludeAndFileTable()
945 LineSectionSize += MS->emitULEB128IntValue(StrForm); in emitLineTablePrologueV5IncludeAndFileTable()
950 LineSectionSize += MS->emitULEB128IntValue(P.FileNames.size()); in emitLineTablePrologueV5IncludeAndFileTable()
1075 MS->emitULEB128IntValue(AddressByteSize + 1); in emitLineTableRows()
1094 MS->emitULEB128IntValue(FileNum); in emitLineTableRows()
1100 MS->emitULEB128IntValue(Column); in emitLineTableRows()
1108 MS->emitULEB128IntValue(Size + 1); in emitLineTableRows()
1110 MS->emitULEB128IntValue(Discriminator); in emitLineTableRows()
1119 MS->emitULEB128IntValue(Isa); in emitLineTableRows()
1160 MS->emitULEB128IntValue(AddressDelta); in emitLineTableRows()
1375 OutOffset += MS->emitULEB128IntValue(MacroEntry.Type); in emitMacroTableImpl()
1393 OutOffset += MS->emitULEB128IntValue(MacroEntry.ExtConstant); in emitMacroTableImpl()
1416 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()
1459 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()
1473 OutOffset += MS->emitULEB128IntValue(MacroEntry.Line); in emitMacroTableImpl()
1475 OutOffset += MS->emitULEB128IntValue(MacroEntry.File); in emitMacroTableImpl()