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

References

include/llvm/MC/MCObjectFileInfo.h
  345   const MCSection *getCStringSection() const { return CStringSection; }
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1003     return CStringSection;
lib/MC/MCObjectFileInfo.cpp
  102   CStringSection // .cstring
lib/Target/XCore/XCoreTargetObjectFile.cpp
   56   CStringSection =
  115     if (Kind.isMergeable1ByteCString()) return CStringSection;