Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp352 MCSymbol *LineBegin = Ctx.createTempSymbol("linetable_begin", false), in emitLineTableForFunction() local
356 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
357 OS.emitLabel(LineBegin); in emitLineTableForFunction()