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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1000   const MCSymbol *FunctionSymbol = getFunctionBegin();
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1337   CurFn->Begin = Asm->getFunctionBegin();
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  132   MCSymbol *Start = Asm->getFunctionBegin();
  235         LabelsBeforeInsn[Entries.front().getInstr()] = Asm->getFunctionBegin();
  255           LabelsBeforeInsn[I->getInstr()] = Asm->getFunctionBegin();
  275   PrevLabel = Asm->getFunctionBegin();
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  386   attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd());
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1787   SectionLabels.insert(std::make_pair(&Asm->getFunctionBegin()->getSection(),
 1788                                       Asm->getFunctionBegin()));
 1837   TheCU.addRange({Asm->getFunctionBegin(), Asm->getFunctionEnd()});
lib/CodeGen/AsmPrinter/EHStreamer.cpp
  515       MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin();
lib/CodeGen/AsmPrinter/WinException.cpp
  909       StartLabel = Asm->getFunctionBegin();
 1095   MCSymbol *FuncBeginSym = Asm->getFunctionBegin();
lib/Target/BPF/BTFDebug.cpp
  908   MCSymbol *FuncLabel = Asm->getFunctionBegin();
 1034       MCSymbol *FuncLabel = Asm->getFunctionBegin();