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

References

include/llvm/Analysis/ObjCARCAnalysisUtils.h
  235       StringRef Section = GV->getSection();
lib/Bitcode/Writer/BitcodeWriter.cpp
 1186       unsigned &Entry = SectionMap[F.getSection()];
 1188         writeStringRecord(Stream, bitc::MODULE_CODE_SECTIONNAME, F.getSection(),
 1276     Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
 1321     Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1935   if (GV->getSection() == "llvm.metadata" ||
lib/CodeGen/GlobalMerge.cpp
  520     MergedGV->setSection(Globals[i]->getSection());
  627     StringRef Section = GV.getSection();
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  559   StringRef SectionName = GO->getSection();
  947     MCSectionMachO::ParseSectionSpecifier(GO->getSection(), Segment, Section,
  953                        GO->getSection() + "': " + ErrorCode + ".");
 1303   StringRef Name = GO->getSection();
 1712   StringRef Name = GO->getSection();
lib/IR/AsmWriter.cpp
 3294     printEscapedString(GV->getSection(), Out);
 3497     printEscapedString(F->getSection(), Out);
lib/IR/AutoUpgrade.cpp
 4065     StringRef Section = GV.getSection();
lib/IR/Globals.cpp
  133   setSection(Src->getSection());
  169       return GO->getSection();
  172   return cast<GlobalObject>(this)->getSection();
lib/LTO/LTOModule.cpp
  380     StringRef Section = GV->getSection();
lib/Linker/IRMover.cpp
  895     if (DstGV->getSection() != SrcGV->getSection())
  895     if (DstGV->getSection() != SrcGV->getSection())
lib/Object/IRSymtab.cpp
  301   if (!Base->getSection().empty())
  302     setStr(Uncommon().SectionName, Saver.save(Base->getSection()));
lib/Object/ModuleSymbolTable.cpp
  216     if (Var->getSection() == "llvm.metadata")
lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
   35   StringRef SectionName = GO->getSection();
lib/Target/BPF/BTFDebug.cpp
 1065       SecName = Global.getSection();
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  130   TRACE("input section(" << GO->getSection() << ") ");
  168         << GO->getSection() << ") ");
  180     StringRef Section = GO->getSection();
  182       return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS,
  185       return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS,
  218     bool IsSmall = isSmallDataSection(GVar->getSection());
  220                       << ", has section: " << GVar->getSection() << '\n');
  396     if (GVar->hasSection() && isSmallDataSection(GVar->getSection()))
lib/Target/Lanai/LanaiTargetObjectFile.cpp
   84   if (GVA->getSection().startswith(".ldata"))
lib/Target/Mips/MipsTargetObjectFile.cpp
  112     StringRef Section = GVA->getSection();
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 1000     if (GVar->getSection() == "llvm.metadata")
lib/Target/PowerPC/PPCISelLowering.cpp
 4512       GV->getSection() != Caller->getSection())
lib/Target/RISCV/RISCVTargetObjectFile.cpp
   48     StringRef Section = GVA->getSection();
lib/Target/XCore/XCoreTargetObjectFile.cpp
   99   StringRef SectionName = GO->getSection();
lib/Transforms/IPO/WholeProgramDevirt.cpp
 1515   NewGV->setSection(B.GV->getSection());
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1847     StringRef Section = G->getSection();
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  313       StringRef SectionName = GV->getSection();
lib/Transforms/Utils/FunctionComparator.cpp
  811     if (int Res = cmpMem(FnL->getSection(), FnR->getSection()))
  811     if (int Res = cmpMem(FnL->getSection(), FnR->getSection()))
unittests/IR/FunctionTest.cpp
  130   EXPECT_TRUE(F->getSection() == ".text.test");
  136   EXPECT_TRUE(F->getSection() == ".text.test2");