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

Overridden By

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  736 MCSection *TargetLoweringObjectFileELF::getSectionForConstant(
 1048 MCSection *TargetLoweringObjectFileMachO::getSectionForConstant(
 1631 MCSection *TargetLoweringObjectFileCOFF::getSectionForConstant(
lib/Target/Lanai/LanaiTargetObjectFile.cpp
  120 MCSection *LanaiTargetObjectFile::getSectionForConstant(const DataLayout &DL,
lib/Target/Mips/MipsTargetObjectFile.cpp
  177 MCSection *MipsTargetObjectFile::getSectionForConstant(const DataLayout &DL,
lib/Target/NVPTX/NVPTXTargetObjectFile.h
   28   MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
lib/Target/RISCV/RISCVTargetObjectFile.cpp
  106 MCSection *RISCVELFTargetObjectFile::getSectionForConstant(
lib/Target/XCore/XCoreTargetObjectFile.cpp
  143 MCSection *XCoreTargetObjectFile::getSectionForConstant(const DataLayout &DL,

Declarations

include/llvm/Target/TargetLoweringObjectFile.h
   88   virtual MCSection *getSectionForConstant(const DataLayout &DL,

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1530     MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant(
 1726     MCSection *S = getObjFileLowering().getSectionForConstant(getDataLayout(),
 2799               getObjFileLowering().getSectionForConstant(DL, Kind, C, Align))) {
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1673   return TargetLoweringObjectFile::getSectionForConstant(DL, Kind, C, Align);
lib/Target/TargetLoweringObjectFile.cpp
  274   return getSectionForConstant(F.getParent()->getDataLayout(),