Home
last modified time | relevance | path

Searched refs:FuncEnd (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp142 size_t FuncEnd = FuncBeg + 1; in PrintCoverage() local
143 for (; FuncEnd < __dft.NumGuards && !BlockIsEntry(FuncEnd); FuncEnd++) in PrintCoverage()
147 for (size_t I = FuncBeg + 1; I < FuncEnd; I++) in PrintCoverage()
150 fprintf(Out, " %zd\n", FuncEnd - FuncBeg); in PrintCoverage()
152 FuncBeg = FuncEnd; in PrintCoverage()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp121 uint64_t FuncEnd = FuncStart + Symbol.getLength(); in start() local
131 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10); in start()
133 uint64_t Epilogue = FuncEnd - DebugEnd->getVirtualAddress(); in start()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp124 unsigned FuncEnd = Replacements.getShiftedCodePosition( 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.h188 const MCSymbol *FuncEnd);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp330 const MCSymbol *FuncEnd) { in emitLineTableForFunction() argument
347 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1995 MCSymbol *FuncEnd = createTempSymbol(MF->getName()); in emitTracebackTable() local
1996 OutStreamer->emitLabel(FuncEnd); in emitTracebackTable()
2230 OutStreamer->emitAbsoluteSymbolDiff(FuncEnd, FuncSectSym, 4); in emitTracebackTable()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp8754 for (LookupResult::iterator Func = Prev.begin(), FuncEnd = Prev.end(); in DiagnoseInvalidRedeclaration() local
8755 Func != FuncEnd; ++Func) { in DiagnoseInvalidRedeclaration()