| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 178 if (GO->hasSection()) { in getExplicitSectionGlobal() 216 if (GVar->hasSection()) { in isGlobalInSmallSection() 399 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal() 456 if (Fn->hasSection()) in selectSectionForLookupTable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 106 bool hasSection() const { in hasSection() function 115 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
|
| H A D | GlobalValue.h | 292 bool hasSection() const { return !getSection().empty(); } in hasSection() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetObjectFile.cpp | 77 if (GVA->hasSection()) { in isGlobalInSmallSection() 112 bool EmitUniquedSection = TM.getDataSections() && !GO->hasSection(); in SelectSectionForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 93 if (GV->hasSection()) in isSuitableForBSS() 272 if (GVar->hasSection()) in getKindForGlobal() 351 if (GO->hasSection()) in SectionForGlobal()
|
| H A D | TargetMachine.cpp | 82 if (GO->hasSection()) { in isLargeGlobalValue() 105 if (GV->hasSection()) { in isLargeGlobalValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DirectXAsmPrinter.cpp | 44 if (!GV->hasInitializer() || GV->hasImplicitSection() || !GV->hasSection()) in emitGlobalVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRTargetObjectFile.cpp | 42 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && in SelectSectionForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 271 assert(hasSection()); in getSectionImpl() 277 if (!hasSection() && S.empty()) in setSection() 340 if (hasSection() && getAlign()) in canIncreaseAlignment()
|
| H A D | StructuralHash.cpp | 98 if (GVar.hasSection()) { in hashGlobalVariable()
|
| H A D | DataLayout.cpp | 991 if (GVAlignment && GV->hasSection()) in getPreferredAlign()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 109 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 96 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in isUnmergeableGlobal()
|
| H A D | HotColdSplitting.cpp | 430 if (OrigF->hasSection()) in extractColdRegion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 128 if (GV.hasSection()) in isNonRenamableLocal()
|
| H A D | FunctionComparator.cpp | 972 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature() 975 if (FnL->hasSection()) { in compareSignature()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 375 if (GV->hasSection()) { in pretendAtomicAccess()
|
| H A D | MemProfInstrumentation.cpp | 367 if (GV->hasSection()) { in isInterestingMemoryAccess()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 961 if (F.hasSection()) in getUniqueSectionForFunction() 2091 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference() 2406 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol() 2418 if (!GO->hasSection()) in getExplicitSectionGlobal() 2686 if (((TM.getFunctionSections() && !Func->hasSection()) || in getFunctionEntryPointSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFCheckAndAdjustIR.cpp | 518 if (G.getAddressSpace() == 0 || G.hasSection()) in insertASpaceCasts()
|
| H A D | BTFDebug.cpp | 1529 SecName = Global.hasSection() ? Global.getSection() : ""; in processGlobals() 1708 if (F->hasSection()) { in processFuncPrototypes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Constant.h | 985 bool hasSection() const { in hasSection() function 986 return cast<llvm::GlobalObject>(Val)->hasSection(); in hasSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 108 if (GV.hasSection() && in isStaticInitGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 351 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1194 if (GV.hasSection()) { in writeModuleInfo() 1206 if (F.hasSection()) { in writeModuleInfo() 1274 Vals.push_back(GV.hasSection() ? SectionMap[std::string(GV.getSection())] in writeModuleInfo() 1307 Vals.push_back(F.hasSection() ? SectionMap[std::string(F.getSection())] in writeModuleInfo()
|