Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCCodeView.cpp150 const MCSymbol *FuncBegin, in emitLineTableForFunction() argument
159 OS.EmitCOFFSecRel32(FuncBegin); in emitLineTableForFunction()
160 OS.EmitCOFFSectionIndex(FuncBegin); in emitLineTableForFunction()
168 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
189 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp321 const MCSymbol *FuncBegin, in emitLineTableForFunction() argument
330 OS.EmitCOFFSecRel32(FuncBegin, /*Offset=*/0); in emitLineTableForFunction()
331 OS.EmitCOFFSectionIndex(FuncBegin); in emitLineTableForFunction()
339 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
363 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
/external/llvm/include/llvm/MC/
DMCCodeView.h157 const MCSymbol *FuncBegin,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h215 const MCSymbol *FuncBegin,