Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp497 MCOS->emitInt8(Params.DWARF2LineBase); in Emit()
684 Temp = LineDelta - Params.DWARF2LineBase; in Encode()
694 Temp = 0 - Params.DWARF2LineBase; in Encode()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h214 int8_t DWARF2LineBase = -5; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1774 Params.DWARF2LineBase = LineTable.Prologue.LineBase; in patchLineTableForUnit()