Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h159 std::vector<uint64_t> *RowOffsets = nullptr) override;
274 std::vector<uint64_t> *RowOffsets = nullptr);
H A DDWARFLinker.h132 std::vector<uint64_t> *RowOffsets = nullptr) = 0;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp813 std::vector<uint64_t> *RowOffsets) { in emitLineTableForUnit() argument
834 Unit.getOrigUnit().getAddressByteSize(), RowOffsets); in emitLineTableForUnit()
1040 unsigned AddressByteSize, std::vector<uint64_t> *RowOffsets) { in emitLineTableRows() argument
1074 if (RowOffsets) in emitLineTableRows()
1075 RowOffsets->push_back(LineSectionSize); in emitLineTableRows()