Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp329 const MCSymbol *FuncBegin, in emitLineTableForFunction() argument
338 OS.emitCOFFSecRel32(FuncBegin, /*Offset=*/0); in emitLineTableForFunction()
339 OS.emitCOFFSectionIndex(FuncBegin); in emitLineTableForFunction()
347 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
371 OS.emitAbsoluteSymbolDiff(J->getLabel(), FuncBegin, 4); in emitLineTableForFunction()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp123 unsigned FuncBegin = SM.getFileOffset(OrigFuncRange->getBegin()); in getFunctionSourceAfterReplacements() local
132 return QualifiedFunc->substr(FuncBegin, FuncEnd - FuncBegin + 1); in getFunctionSourceAfterReplacements()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCCodeView.h187 const MCSymbol *FuncBegin,