Home
last modified time | relevance | path

Searched refs:LineSectionSize (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp388 uint32_t LineSectionSize; member in llvm::dsymutil::__anon5c7ea04f0111::DwarfStreamer
455 uint32_t getLineSectionSize() const { return LineSectionSize; } in getLineSectionSize()
530 LineSectionSize = 0; in init()
781 LineSectionSize += PrologueBytes.size() + 4; in emitLineTableForUnit()
791 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
815 LineSectionSize += 2 + PointerSize + getULEB128Size(PointerSize + 1); in emitLineTableForUnit()
831 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
837 LineSectionSize += 1 + getULEB128Size(Column); in emitLineTableForUnit()
847 LineSectionSize += 1 + getULEB128Size(Isa); in emitLineTableForUnit()
852 LineSectionSize += 1; in emitLineTableForUnit()
[all …]