Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h110 bool hasSection() const { in hasSection() function
119 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
H A DGlobalValue.h290 bool hasSection() const { return !getSection().empty(); } in hasSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp178 if (GO->hasSection()) { in getExplicitSectionGlobal()
216 if (GVar->hasSection()) { in isGlobalInSmallSection()
400 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal()
457 if (Fn->hasSection()) in selectSectionForLookupTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp93 if (GV->hasSection()) in isSuitableForBSS()
245 if (GVar->hasSection()) in getKindForGlobal()
324 if (GO->hasSection()) in SectionForGlobal()
H A DTargetMachine.cpp74 if (GV->hasSection()) { in isLargeGlobalValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXAsmPrinter.cpp44 if (!GV->hasInitializer() || GV->hasImplicitSection() || !GV->hasSection()) in emitGlobalVariable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetObjectFile.cpp43 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && in SelectSectionForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp247 assert(hasSection()); in getSectionImpl()
253 if (!hasSection() && S.empty()) in setSection()
298 if (hasSection() && getAlign()) in canIncreaseAlignment()
H A DDataLayout.cpp1019 if (GVAlignment && GV->hasSection()) in getPreferredAlign()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp64 if (G.hasSection()) { in shouldTagGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp66 if (GVA->hasSection()) { in isGlobalInSmallSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp110 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp95 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in isUnmergeableGlobal()
H A DHotColdSplitting.cpp413 if (OrigF->hasSection()) in extractColdRegion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp181 if (Global.hasSection()) in collectCandidateConstants()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp96 if (GV.hasSection()) in isNonRenamableLocal()
H A DFunctionComparator.cpp938 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature()
941 if (FnL->hasSection()) { in compareSignature()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp366 if (GV->hasSection()) { in pretendAtomicAccess()
H A DMemProfiler.cpp363 if (GV->hasSection()) { in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp359 if (GV->hasSection()) { in shouldInstrumentReadWriteFromAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp936 if (F.hasSection() || F.hasFnAttribute("implicit-section-name")) in getUniqueSectionForFunction()
2041 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference()
2354 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol()
2366 if (!GO->hasSection()) in getExplicitSectionGlobal()
2630 if (((TM.getFunctionSections() && !Func->hasSection()) || in getFunctionEntryPointSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp105 if (GV.hasSection() && in isStaticInitGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp359 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1411 SecName = Global.hasSection() ? Global.getSection() : ""; in processGlobals()
1572 if (F->hasSection()) { in processFuncPrototypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1195 if (GV.hasSection()) { in writeModuleInfo()
1207 if (F.hasSection()) { in writeModuleInfo()
1275 Vals.push_back(GV.hasSection() ? SectionMap[std::string(GV.getSection())] in writeModuleInfo()
1308 Vals.push_back(F.hasSection() ? SectionMap[std::string(F.getSection())] in writeModuleInfo()

12