Home
last modified time | relevance | path

Searched refs:hasSection (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp179 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h101 bool hasSection() const { in hasSection() function
110 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
DGlobalValue.h273 bool hasSection() const { return !getSection().empty(); } in hasSection() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRTargetObjectFile.cpp33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp211 assert(hasSection()); in getSectionImpl()
217 if (!hasSection() && S.empty()) in setSection()
255 if (hasSection() && getAlignment() > 0) in canIncreaseAlignment()
DDataLayout.cpp841 if (GVAlignment && GV->hasSection()) in getPreferredAlignment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp82 if (GV->hasSection()) in isSuitableForBSS()
249 if (GO->hasSection()) in SectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetObjectFile.cpp47 if (GVA->hasSection()) { in isGlobalInSmallSection()
DRISCVInstrInfo.cpp650 if (F.hasSection()) in isFunctionSafeToOutlineFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h69 bool hasSection() const { return !getSection().empty(); } in hasSection() function
DGlobalValue.h248 bool hasSection() const { return !getSection().empty(); } in hasSection() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp111 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp81 if (GV.hasSection()) in isNonRenamableLocal()
DFunctionComparator.cpp807 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature()
810 if (FnL->hasSection()) { in compareSignature()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp99 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in isUnmergeableGlobal()
DHotColdSplitting.cpp336 if (OrigF->hasSection()) in extractColdRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp355 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp313 if (GV->hasSection()) { in shouldInstrumentReadWriteFromAddress()
DHWAddressSanitizer.cpp1396 if (GV.hasSection()) in instrumentGlobals()
DAddressSanitizer.cpp1849 if (G->hasSection()) { in ShouldInstrumentGlobal()
2304 if (TargetTriple.isOSBinFormatMachO() && !G->hasSection() && in InstrumentGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp138 return GV.hasSection() && GV.hasLocalLinkage(); in isNonRenamableLocal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp1059 if (Global.hasSection()) { in processGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1174 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1599 if (GV->hasSection()) in ValidateGV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1591 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference()

12