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

References

include/llvm/IR/GlobalObject.h
  110     return hasSection() ? getSectionImpl() : StringRef();
lib/Bitcode/Writer/BitcodeWriter.cpp
 1184     if (F.hasSection()) {
 1276     Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
 1321     Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
lib/IR/AsmWriter.cpp
 3292   if (GV->hasSection()) {
 3495   if (F->hasSection()) {
lib/IR/AutoUpgrade.cpp
 4062     if (!GV.hasSection())
lib/IR/DataLayout.cpp
  841   if (GVAlignment && GV->hasSection())
lib/IR/Globals.cpp
  211   assert(hasSection());
  217   if (!hasSection() && S.empty())
lib/Target/AArch64/AArch64InstrInfo.cpp
 5291   if (F.hasSection())
lib/Target/AVR/AVRTargetObjectFile.cpp
   33   if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection())
lib/Target/BPF/BTFDebug.cpp
 1064     if (Global.hasSection()) {
 1099         (Linkage != GlobalValue::ExternalLinkage || !Global.hasSection()))
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  179   if (GO->hasSection()) {
  217   if (GVar->hasSection()) {
  396     if (GVar->hasSection() && isSmallDataSection(GVar->getSection()))
  453   if (Fn->hasSection())
lib/Target/Mips/MipsTargetObjectFile.cpp
  111   if (GVA->hasSection()) {
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  999   if (GVar->hasSection()) {
lib/Target/PowerPC/PPCAsmPrinter.cpp
 1743   if (GV->hasSection())
lib/Target/RISCV/RISCVTargetObjectFile.cpp
   47   if (GVA->hasSection()) {
lib/Target/TargetLoweringObjectFile.cpp
   82   if (GV->hasSection())
  249   if (GO->hasSection())
lib/Transforms/IPO/ConstantMerge.cpp
   98          GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
lib/Transforms/IPO/LowerTypeTests.cpp
 1174   if (isa<GlobalVariable>(GO) && GO->hasSection())
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 1846   if (G->hasSection()) {
 2301     if (TargetTriple.isOSBinFormatMachO() && !G->hasSection() &&
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1415     if (GV.hasSection())
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
  312     if (GV->hasSection()) {
lib/Transforms/Utils/FunctionComparator.cpp
  807   if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection()))
  807   if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection()))
  810   if (FnL->hasSection()) {
unittests/IR/FunctionTest.cpp
  131   EXPECT_TRUE(F->hasSection());
  133   EXPECT_FALSE(F->hasSection());
  137   EXPECT_TRUE(F->hasSection());