LLVM 23.0.0git
Utils.cpp File Reference
#include "llvm/DWARFLinker/Utils.h"
#include "llvm/ADT/STLExtras.h"
#include <limits>
#include <map>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::dwarf_linker

Functions

void llvm::dwarf_linker::buildStmtSeqOffsetToFirstRowIndex (const DWARFDebugLine::LineTable &LT, ArrayRef< uint64_t > SortedStmtSeqOffsets, DenseMap< uint64_t, uint64_t > &SeqOffToFirstRow)
 Build a map from an input DW_AT_LLVM_stmt_sequence byte offset to the first-row index (in LT.Rows) of the corresponding line-table sequence.