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

Overridden By

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  712 MCSection *TargetLoweringObjectFileELF::getSectionForJumpTable(
 1417 MCSection *TargetLoweringObjectFileCOFF::getSectionForJumpTable(

Declarations

include/llvm/Target/TargetLoweringObjectFile.h
  116   virtual MCSection *getSectionForJumpTable(const Function &F,

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1804     MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM);
lib/Target/AArch64/AArch64AsmPrinter.cpp
  702       MCSection *ReadOnlySec = TLOF.getSectionForJumpTable(F, TM);