Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp352 const MCSymbol *FuncBegin, in emitLineTableForFunction() argument
361 OS.emitCOFFSecRel32(FuncBegin, /*Offset=*/0); in emitLineTableForFunction()
362 OS.emitCOFFSectionIndex(FuncBegin); in emitLineTableForFunction()
370 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
394 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h191 const MCSymbol *FuncBegin,