Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp180 if (GO->hasSection()) { in getExplicitSectionGlobal()
218 if (GVar->hasSection()) { in isGlobalInSmallSection()
400 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal()
457 if (Fn->hasSection()) in selectSectionForLookupTable()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalObject.h82 bool hasSection() const { in hasSection() function
91 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
H A DGlobalValue.h270 bool hasSection() const { return !getSection().empty(); } in hasSection() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DGlobals.cpp185 assert(hasSection()); in getSectionImpl()
191 if (!hasSection() && S.empty()) in setSection()
230 if (hasSection() && getAlignment() > 0) in canIncreaseAlignment()
H A DDataLayout.cpp822 if (GVAlignment && GV->hasSection()) in getPreferredAlignment()
H A DAsmWriter.cpp3227 if (GV->hasSection()) { in printGlobal()
3418 if (F->hasSection()) { in printFunction()
H A DAutoUpgrade.cpp3757 if (!GV.hasSection()) in UpgradeSectionAttributes()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp34 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp160 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in mergeConstants()
202 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in mergeConstants()
H A DLowerTypeTests.cpp1116 if (isa<GlobalVariable>(GO) && GO->hasSection()) in verifyTypeMDNode()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp82 if (GV->hasSection()) in isSuitableForBSS()
249 if (GO->hasSection()) in SectionForGlobal()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp112 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp87 if (GV.hasSection()) in isNonRenamableLocal()
H A DFunctionComparator.cpp806 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature()
809 if (FnL->hasSection()) { in compareSignature()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOModule.cpp354 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp133 return GV.hasSection() && GV.hasLocalLinkage(); in isNonRenamableLocal()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp310 if (GV->hasSection()) { in shouldInstrumentReadWriteFromAddress()
H A DAddressSanitizer.cpp1698 if (G->hasSection()) { in ShouldInstrumentGlobal()
2159 if (TargetTriple.isOSBinFormatMachO() && !G->hasSection() && in InstrumentGlobals()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1147 if (GV.hasSection()) { in writeModuleInfo()
1159 if (F.hasSection()) { in writeModuleInfo()
1251 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0); in writeModuleInfo()
1293 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0); in writeModuleInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1568 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1024 if (GVar->hasSection()) { in printModuleLevelGV()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp181 if (GVAlign > NumBits || GV->hasSection()) in getGVAlignmentLog2()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp258 if ((GV->hasSection() && GV->getSection().startswith(".cp.")) || in getGlobalAddressWrapper()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5175 if (F.hasSection()) in isFunctionSafeToOutlineFrom()