Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h326 int64_t AddressDelta; in emitLineTableRows() local
333 AddressDelta = 0; in emitLineTableRows()
335 AddressDelta = in emitLineTableRows()
384 MCDwarfLineAddr::encode(*MC, Params, LineDelta, AddressDelta, in emitLineTableRows()
396 if (AddressDelta) { in emitLineTableRows()
398 encodeULEB128(AddressDelta, Section.OS); in emitLineTableRows()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1072 int64_t AddressDelta; in emitLineTableRows() local
1080 AddressDelta = 0; in emitLineTableRows()
1082 AddressDelta = in emitLineTableRows()
1144 MCDwarfLineAddr::encode(*MC, Params, LineDelta, AddressDelta, in emitLineTableRows()
1158 if (AddressDelta) { in emitLineTableRows()
1160 MS->emitULEB128IntValue(AddressDelta); in emitLineTableRows()
1161 LineSectionSize += 1 + getULEB128Size(AddressDelta); in emitLineTableRows()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h82 AddressDelta = 0x1, enumerator
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp72 !IsSentinel ? ((int8_t)MCPseudoProbeFlag::AddressDelta << 7) : 0; in emit()