| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 180 if (GO->hasSection()) { in getExplicitSectionGlobal() 218 if (GVar->hasSection()) { in isGlobalInSmallSection() 400 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal() 457 if (Fn->hasSection()) in selectSectionForLookupTable()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 82 bool hasSection() const { in hasSection() function 91 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
|
| H A D | GlobalValue.h | 270 bool hasSection() const { return !getSection().empty(); } in hasSection() function
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Globals.cpp | 185 assert(hasSection()); in getSectionImpl() 191 if (!hasSection() && S.empty()) in setSection() 230 if (hasSection() && getAlignment() > 0) in canIncreaseAlignment()
|
| H A D | DataLayout.cpp | 822 if (GVAlignment && GV->hasSection()) in getPreferredAlignment()
|
| H A D | AsmWriter.cpp | 3227 if (GV->hasSection()) { in printGlobal() 3418 if (F->hasSection()) { in printFunction()
|
| H A D | AutoUpgrade.cpp | 3757 if (!GV.hasSection()) in UpgradeSectionAttributes()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRTargetObjectFile.cpp | 34 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 160 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in mergeConstants() 202 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in mergeConstants()
|
| H A D | LowerTypeTests.cpp | 1116 if (isa<GlobalVariable>(GO) && GO->hasSection()) in verifyTypeMDNode()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 82 if (GV->hasSection()) in isSuitableForBSS() 249 if (GO->hasSection()) in SectionForGlobal()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsTargetObjectFile.cpp | 112 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 87 if (GV.hasSection()) in isNonRenamableLocal()
|
| H A D | FunctionComparator.cpp | 806 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature() 809 if (FnL->hasSection()) { in compareSignature()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 354 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 133 return GV.hasSection() && GV.hasLocalLinkage(); in isNonRenamableLocal()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 310 if (GV->hasSection()) { in shouldInstrumentReadWriteFromAddress()
|
| H A D | AddressSanitizer.cpp | 1698 if (G->hasSection()) { in ShouldInstrumentGlobal() 2159 if (TargetTriple.isOSBinFormatMachO() && !G->hasSection() && in InstrumentGlobals()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1147 if (GV.hasSection()) { in writeModuleInfo() 1159 if (F.hasSection()) { in writeModuleInfo() 1251 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0); in writeModuleInfo() 1293 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0); in writeModuleInfo()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1568 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1024 if (GVar->hasSection()) { in printModuleLevelGV()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 181 if (GVAlign > NumBits || GV->hasSection()) in getGVAlignmentLog2()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 258 if ((GV->hasSection() && GV->getSection().startswith(".cp.")) || in getGlobalAddressWrapper()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 5175 if (F.hasSection()) in isFunctionSafeToOutlineFrom()
|