Home
last modified time | relevance | path

Searched refs:hasSection (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetObjectFile.cpp179 if (GO->hasSection()) { in getExplicitSectionGlobal()
217 if (GVar->hasSection()) { in isGlobalInSmallSection()
396 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal()
453 if (Fn->hasSection()) in selectSectionForLookupTable()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalObject.h101 bool hasSection() const { in hasSection() function
110 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
HDGlobalValue.h273 bool hasSection() const { return !getSection().empty(); } in hasSection() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRTargetObjectFile.cpp33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDGlobals.cpp211 assert(hasSection()); in getSectionImpl()
217 if (!hasSection() && S.empty()) in setSection()
255 if (hasSection() && getAlignment() > 0) in canIncreaseAlignment()
HDDataLayout.cpp841 if (GVAlignment && GV->hasSection()) in getPreferredAlignment()
HDAsmWriter.cpp3302 if (GV->hasSection()) { in printGlobal()
3504 if (F->hasSection()) { in printFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp82 if (GV->hasSection()) in isSuitableForBSS()
249 if (GO->hasSection()) in SectionForGlobal()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetObjectFile.cpp47 if (GVA->hasSection()) { in isGlobalInSmallSection()
HDRISCVInstrInfo.cpp650 if (F.hasSection()) in isFunctionSafeToOutlineFrom()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetObjectFile.cpp111 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDFunctionImportUtils.cpp81 if (GV.hasSection()) in isNonRenamableLocal()
HDFunctionComparator.cpp807 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature()
810 if (FnL->hasSection()) { in compareSignature()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDConstantMerge.cpp99 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in isUnmergeableGlobal()
HDHotColdSplitting.cpp336 if (OrigF->hasSection()) in extractColdRegion()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOModule.cpp355 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDThreadSanitizer.cpp313 if (GV->hasSection()) { in shouldInstrumentReadWriteFromAddress()
HDHWAddressSanitizer.cpp1396 if (GV.hasSection()) in instrumentGlobals()
HDAddressSanitizer.cpp1849 if (G->hasSection()) { in ShouldInstrumentGlobal()
2304 if (TargetTriple.isOSBinFormatMachO() && !G->hasSection() && in InstrumentGlobals()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDModuleSummaryAnalysis.cpp138 return GV.hasSection() && GV.hasLocalLinkage(); in isNonRenamableLocal()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBTFDebug.cpp1091 if (Global.hasSection()) { in processGlobals()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1174 if (GV.hasSection()) { in writeModuleInfo()
1186 if (F.hasSection()) { in writeModuleInfo()
1278 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0); in writeModuleInfo()
1323 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0); in writeModuleInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp1602 if (GV->hasSection()) in ValidateGV()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp1591 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp999 if (GVar->hasSection()) { in printModuleLevelGV()

12