Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp328 const MCSymbol *FuncBegin, in emitLineTableForFunction() argument
337 OS.EmitCOFFSecRel32(FuncBegin, /*Offset=*/0); in emitLineTableForFunction()
338 OS.EmitCOFFSectionIndex(FuncBegin); in emitLineTableForFunction()
346 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
370 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h182 const MCSymbol *FuncBegin,