Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DDwarfLinker.cpp488 uint32_t LineSectionSize; member in llvm::dsymutil::__anon81c782ce0111::DwarfStreamer
557 uint32_t getLineSectionSize() const { return LineSectionSize; } in getLineSectionSize()
643 LineSectionSize = 0; in init()
899 LineSectionSize += PrologueBytes.size() + 4; in emitLineTableForUnit()
909 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
933 LineSectionSize += 2 + PointerSize + getULEB128Size(PointerSize + 1); in emitLineTableForUnit()
949 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
955 LineSectionSize += 1 + getULEB128Size(Column); in emitLineTableForUnit()
965 LineSectionSize += 1 + getULEB128Size(Isa); in emitLineTableForUnit()
970 LineSectionSize += 1; in emitLineTableForUnit()
[all …]