| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonTargetObjectFile.cpp | 179 if (GO->hasSection()) { in getExplicitSectionGlobal() 217 if (GVar->hasSection()) { in isGlobalInSmallSection() 396 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal() 453 if (Fn->hasSection()) in selectSectionForLookupTable()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | GlobalObject.h | 101 bool hasSection() const { in hasSection() function 110 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
|
| HD | GlobalValue.h | 273 bool hasSection() const { return !getSection().empty(); } in hasSection() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| HD | AVRTargetObjectFile.cpp | 33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Globals.cpp | 211 assert(hasSection()); in getSectionImpl() 217 if (!hasSection() && S.empty()) in setSection() 255 if (hasSection() && getAlignment() > 0) in canIncreaseAlignment()
|
| HD | DataLayout.cpp | 841 if (GVAlignment && GV->hasSection()) in getPreferredAlignment()
|
| HD | AsmWriter.cpp | 3302 if (GV->hasSection()) { in printGlobal() 3504 if (F->hasSection()) { in printFunction()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ |
| HD | TargetLoweringObjectFile.cpp | 82 if (GV->hasSection()) in isSuitableForBSS() 249 if (GO->hasSection()) in SectionForGlobal()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVTargetObjectFile.cpp | 47 if (GVA->hasSection()) { in isGlobalInSmallSection()
|
| HD | RISCVInstrInfo.cpp | 650 if (F.hasSection()) in isFunctionSafeToOutlineFrom()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsTargetObjectFile.cpp | 111 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | FunctionImportUtils.cpp | 81 if (GV.hasSection()) in isNonRenamableLocal()
|
| HD | FunctionComparator.cpp | 807 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature() 810 if (FnL->hasSection()) { in compareSignature()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | ConstantMerge.cpp | 99 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in isUnmergeableGlobal()
|
| HD | HotColdSplitting.cpp | 336 if (OrigF->hasSection()) in extractColdRegion()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/ |
| HD | LTOModule.cpp | 355 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | ThreadSanitizer.cpp | 313 if (GV->hasSection()) { in shouldInstrumentReadWriteFromAddress()
|
| HD | HWAddressSanitizer.cpp | 1396 if (GV.hasSection()) in instrumentGlobals()
|
| HD | AddressSanitizer.cpp | 1849 if (G->hasSection()) { in ShouldInstrumentGlobal() 2304 if (TargetTriple.isOSBinFormatMachO() && !G->hasSection() && in InstrumentGlobals()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ModuleSummaryAnalysis.cpp | 138 return GV.hasSection() && GV.hasLocalLinkage(); in isNonRenamableLocal()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| HD | BTFDebug.cpp | 1091 if (Global.hasSection()) { in processGlobals()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriter.cpp | 1174 if (GV.hasSection()) { in writeModuleInfo() 1186 if (F.hasSection()) { in writeModuleInfo() 1278 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0); in writeModuleInfo() 1323 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0); in writeModuleInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCAsmPrinter.cpp | 1602 if (GV->hasSection()) in ValidateGV()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | TargetLoweringObjectFileImpl.cpp | 1591 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXAsmPrinter.cpp | 999 if (GVar->hasSection()) { in printModuleLevelGV()
|