| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRTargetObjectFile.cpp | 33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection() && Kind.isReadOnly()) in SelectSectionForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 95 if (GV->hasSection()) in isSuitableForBSS() 319 if (GO->hasSection()) in SectionForGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetObjectFile.cpp | 46 if (GVA->hasSection()) { in isGlobalInSmallSection()
|
| H A D | RISCVInstrInfo.cpp | 986 if (F.hasSection()) in isFunctionSafeToOutlineFrom()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineFunctionSplitter.cpp | 104 if (MF.getFunction().hasSection() || in runOnMachineFunction()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 878 if (F.hasSection() || F.hasFnAttribute("implicit-section-name")) in getUniqueSectionForFunction() 1906 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference() 2207 if ((TM.getDataSections() && !GO->hasSection()) || GO->hasCommonLinkage() || in getTargetSymbol() 2219 if (!GO->hasSection()) in getExplicitSectionGlobal() 2463 if (((TM.getFunctionSections() && !Func->hasSection()) || in getFunctionEntryPointSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 110 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 97 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in isUnmergeableGlobal()
|
| H A D | HotColdSplitting.cpp | 383 if (OrigF->hasSection()) in extractColdRegion()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 103 if (GV.hasSection() && in isStaticInitGlobal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1144 if (Global.hasSection()) { in processGlobals() 1309 if (F->hasSection()) { in processFuncPrototypes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 359 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 385 if (GV->hasSection()) { in shouldInstrumentReadWriteFromAddress()
|
| H A D | HWAddressSanitizer.cpp | 1451 if (GV.hasSection()) in instrumentGlobals()
|
| H A D | AddressSanitizer.cpp | 1937 if (G->hasSection()) { in shouldInstrumentGlobal() 2438 if (TargetTriple.isOSBinFormatMachO() && !G->hasSection() && in InstrumentGlobals()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 137 return GV.hasSection() && GV.hasLocalLinkage(); in isNonRenamableLocal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1237 if (GV.hasSection()) { in writeModuleInfo() 1249 if (F.hasSection()) { in writeModuleInfo() 1341 Vals.push_back(GV.hasSection() ? SectionMap[std::string(GV.getSection())] in writeModuleInfo() 1387 Vals.push_back(F.hasSection() ? SectionMap[std::string(F.getSection())] in writeModuleInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 990 if (GVar->hasSection()) { in printModuleLevelGV()
|