Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp537 int64_t AddressDelta; in emitLineTableForUnit() local
544 AddressDelta = 0; in emitLineTableForUnit()
546 AddressDelta = (Row.Address.Address - Address) / MinInstLength; in emitLineTableForUnit()
598 MCDwarfLineAddr::Encode(*MC, Params, LineDelta, AddressDelta, EncodingOS); in emitLineTableForUnit()
611 if (AddressDelta) { in emitLineTableForUnit()
613 MS->emitULEB128IntValue(AddressDelta); in emitLineTableForUnit()
614 LineSectionSize += 1 + getULEB128Size(AddressDelta); in emitLineTableForUnit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h62 AddressDelta = 0x1, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp47 uint8_t Flag = LastProbe ? ((int8_t)MCPseudoProbeFlag::AddressDelta << 7) : 0; in emit()