Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp332 MCSymbol *LineBegin = Ctx.createTempSymbol("linetable_begin", false), in emitLineTableForFunction() local
336 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
337 OS.EmitLabel(LineBegin); in emitLineTableForFunction()