reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1187       End = End ? End : Asm->getFunctionEnd();
 1281       End = Asm->getFunctionEnd();
 2870   CurFn->End = Asm->getFunctionEnd();
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  386   attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd());
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1412       EndLabel = Asm->getFunctionEnd();
 1837   TheCU.addRange({Asm->getFunctionBegin(), Asm->getFunctionEnd()});
lib/CodeGen/AsmPrinter/EHStreamer.cpp
  522         EndLabel = Asm->getFunctionEnd();
lib/CodeGen/AsmPrinter/WinException.cpp
 1096   MCSymbol *FuncEndSym = Asm->getFunctionEnd();