Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp108 LineSectionSize = 0; in init()
482 LineSectionSize += PrologueBytes.size() + 4; in emitLineTableForUnit()
493 LineSectionSize += EncodingBuffer.size(); in emitLineTableForUnit()
517 LineSectionSize += 2 + PointerSize + getULEB128Size(PointerSize + 1); in emitLineTableForUnit()
532 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableForUnit()
538 LineSectionSize += 1 + getULEB128Size(Column); in emitLineTableForUnit()
548 LineSectionSize += 1 + getULEB128Size(Isa); in emitLineTableForUnit()
553 LineSectionSize += 1; in emitLineTableForUnit()
557 LineSectionSize += 1; in emitLineTableForUnit()
562 LineSectionSize += 1; in emitLineTableForUnit()
[all …]
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h121 uint64_t getLineSectionSize() const override { return LineSectionSize; } in getLineSectionSize()
196 uint64_t LineSectionSize = 0; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp488 uint32_t LineSectionSize; member in llvm::dsymutil::__anondabe43b60111::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 …]