Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp498 MCOS->EmitIntValue(Params.DWARF2LineBase, 1); in Emit()
678 Temp = LineDelta - Params.DWARF2LineBase; in Encode()
688 Temp = 0 - Params.DWARF2LineBase; in Encode()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h206 int8_t DWARF2LineBase = -5; member