Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h325 int64_t AddressDelta; in emitLineTableRows() local
332 AddressDelta = 0; in emitLineTableRows()
334 AddressDelta = in emitLineTableRows()
377 MCDwarfLineAddr::encode(*MC, Params, LineDelta, AddressDelta, in emitLineTableRows()
389 if (AddressDelta) { in emitLineTableRows()
391 encodeULEB128(AddressDelta, Section.OS); in emitLineTableRows()
/freebsd-14.2/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()
1135 MCDwarfLineAddr::encode(*MC, Params, LineDelta, AddressDelta, in emitLineTableRows()
1149 if (AddressDelta) { in emitLineTableRows()
1151 MS->emitULEB128IntValue(AddressDelta); in emitLineTableRows()
1152 LineSectionSize += 1 + getULEB128Size(AddressDelta); in emitLineTableRows()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h81 AddressDelta = 0x1, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp72 !IsSentinel ? ((int8_t)MCPseudoProbeFlag::AddressDelta << 7) : 0; in emit()