Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp116 uint64_t FuncEnd = FuncStart + Symbol.getLength(); in start() local
125 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10); in start()
127 uint64_t Epilogue = FuncEnd - DebugEnd->getVirtualAddress(); in start()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp116 uint64_t FuncEnd = FuncStart + Symbol.getLength(); in start() local
126 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10); in start()
128 uint64_t Epilogue = FuncEnd - DebugEnd->getVirtualAddress(); in start()
/external/llvm/lib/MC/
DMCCodeView.cpp151 const MCSymbol *FuncEnd) { in emitLineTableForFunction() argument
168 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
/external/llvm/include/llvm/MC/
DMCCodeView.h158 const MCSymbol *FuncEnd);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h216 const MCSymbol *FuncEnd);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp322 const MCSymbol *FuncEnd) { in emitLineTableForFunction() argument
339 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
/external/clang/lib/Sema/
DSemaDecl.cpp7185 for (LookupResult::iterator Func = Prev.begin(), FuncEnd = Prev.end(); in DiagnoseInvalidRedeclaration() local
7186 Func != FuncEnd; ++Func) { in DiagnoseInvalidRedeclaration()