Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp113 uint32_t FuncEnd = FuncStart + Symbol.getLength(); in start() local
122 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10); in start()
124 uint32_t Epilogue = FuncEnd - DebugEnd->getRelativeVirtualAddress(); in start()
/external/clang/lib/Sema/
DSemaDecl.cpp6570 for (LookupResult::iterator Func = Prev.begin(), FuncEnd = Prev.end(); in DiagnoseInvalidRedeclaration() local
6571 Func != FuncEnd; ++Func) { in DiagnoseInvalidRedeclaration()