Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp498 MCOS->emitInt8(Params.DWARF2LineRange); in Emit()
651 return (op - Params.DWARF2LineOpcodeBase) / Params.DWARF2LineRange; in SpecialAddr()
688 if (Temp >= Params.DWARF2LineRange || in Encode()
710 Opcode = Temp + AddrDelta * Params.DWARF2LineRange; in Encode()
717 Opcode = Temp + (AddrDelta - MaxSpecialAddrDelta) * Params.DWARF2LineRange; in Encode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h216 uint8_t DWARF2LineRange = 14; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1775 Params.DWARF2LineRange = LineTable.Prologue.LineRange; in patchLineTableForUnit()