Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCCodeView.cpp153 MCSymbol *LineBegin = Ctx.createTempSymbol("linetable_begin", false), in emitLineTableForFunction() local
157 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
158 OS.EmitLabel(LineBegin); in emitLineTableForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp324 MCSymbol *LineBegin = Ctx.createTempSymbol("linetable_begin", false), in emitLineTableForFunction() local
328 OS.emitAbsoluteSymbolDiff(LineEnd, LineBegin, 4); in emitLineTableForFunction()
329 OS.EmitLabel(LineBegin); in emitLineTableForFunction()