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

Declarations

include/llvm/IR/GlobalValue.h
  274   StringRef getSection() const;

References

include/llvm/IR/GlobalValue.h
  273   bool hasSection() const { return !getSection().empty(); }
lib/Bitcode/Writer/BitcodeWriter.cpp
 1174       unsigned &Entry = SectionMap[GV.getSection()];
 1176         writeStringRecord(Stream, bitc::MODULE_CODE_SECTIONNAME, GV.getSection(),
lib/IR/Core.cpp
 1925   return unwrap<GlobalValue>(Global)->getSection().data();
lib/Target/PowerPC/PPCISelLowering.cpp
 4512       GV->getSection() != Caller->getSection())
lib/Target/XCore/XCoreISelLowering.cpp
  257   if ((GV->hasSection() && GV->getSection().startswith(".cp.")) ||
tools/clang/lib/CodeGen/CodeGenModule.cpp
  337       if (AliasSection != AliaseeGV->getSection())