| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 104 bool hasSection() const { in hasSection() function 113 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
|
| H A D | GlobalValue.h | 267 bool hasSection() const { return !getSection().empty(); } in hasSection() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 179 if (GO->hasSection()) { in getExplicitSectionGlobal() 217 if (GVar->hasSection()) { in isGlobalInSmallSection() 399 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal() 456 if (Fn->hasSection()) in selectSectionForLookupTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRTargetObjectFile.cpp | 33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && Kind.isReadOnly()) in SelectSectionForGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 208 assert(hasSection()); in getSectionImpl() 214 if (!hasSection() && S.empty()) in setSection() 252 if (hasSection() && getAlignment() > 0) in canIncreaseAlignment()
|
| H A D | DataLayout.cpp | 909 if (GVAlignment && GV->hasSection()) in getPreferredAlign()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetObjectFile.cpp | 46 if (GVA->hasSection()) { in isGlobalInSmallSection()
|
| H A D | RISCVInstrInfo.cpp | 992 if (F.hasSection()) in isFunctionSafeToOutlineFrom()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunctionSplitter.cpp | 104 if (MF.getFunction().hasSection() || in runOnMachineFunction()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 899 if (F.hasSection() || F.hasFnAttribute("implicit-section-name")) in getUniqueSectionForFunction() 1926 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference() 2238 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol() 2250 if (!GO->hasSection()) in getExplicitSectionGlobal() 2494 if (((TM.getFunctionSections() && !Func->hasSection()) || in getFunctionEntryPointSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 95 if (GV->hasSection()) in isSuitableForBSS() 319 if (GO->hasSection()) in SectionForGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 110 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 81 if (GV.hasSection()) in isNonRenamableLocal()
|
| H A D | FunctionComparator.cpp | 837 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature() 840 if (FnL->hasSection()) { in compareSignature()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 97 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in isUnmergeableGlobal()
|
| H A D | HotColdSplitting.cpp | 384 if (OrigF->hasSection()) in extractColdRegion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 103 if (GV.hasSection() && in isStaticInitGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1144 if (Global.hasSection()) { in processGlobals() 1309 if (F->hasSection()) { in processFuncPrototypes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 359 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 137 return GV.hasSection() && GV.hasLocalLinkage(); in isNonRenamableLocal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 415 if (GV->hasSection()) { in shouldInstrumentReadWriteFromAddress()
|
| H A D | AddressSanitizer.cpp | 1927 if (G->hasSection()) { in shouldInstrumentGlobal() 2430 if (TargetTriple.isOSBinFormatMachO() && !G->hasSection() && in InstrumentGlobals()
|
| H A D | HWAddressSanitizer.cpp | 1579 if (GV.hasSection()) in instrumentGlobals()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1241 if (GV.hasSection()) { in writeModuleInfo() 1253 if (F.hasSection()) { in writeModuleInfo() 1345 Vals.push_back(GV.hasSection() ? SectionMap[std::string(GV.getSection())] in writeModuleInfo() 1391 Vals.push_back(F.hasSection() ? SectionMap[std::string(F.getSection())] in writeModuleInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 990 if (GVar->hasSection()) { in printModuleLevelGV()
|