Searched refs:AddressDelta (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DebugLineSectionEmitter.h | 325 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 D | DWARFStreamer.cpp | 1072 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 D | MCPseudoProbe.h | 81 AddressDelta = 0x1, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCPseudoProbe.cpp | 72 !IsSentinel ? ((int8_t)MCPseudoProbeFlag::AddressDelta << 7) : 0; in emit()
|