/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 101 bool hasSection() const { in hasSection() function 110 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
|
D | GlobalValue.h | 273 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/ |
D | AVRTargetObjectFile.cpp | 33 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 211 assert(hasSection()); in getSectionImpl() 217 if (!hasSection() && S.empty()) in setSection() 255 if (hasSection() && getAlignment() > 0) in canIncreaseAlignment()
|
D | DataLayout.cpp | 841 if (GVAlignment && GV->hasSection()) in getPreferredAlignment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 82 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/ |
D | RISCVTargetObjectFile.cpp | 47 if (GVA->hasSection()) { in isGlobalInSmallSection()
|
D | RISCVInstrInfo.cpp | 650 if (F.hasSection()) in isFunctionSafeToOutlineFrom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 69 bool hasSection() const { return !getSection().empty(); } in hasSection() function
|
D | GlobalValue.h | 248 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/ |
D | MipsTargetObjectFile.cpp | 111 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 81 if (GV.hasSection()) in isNonRenamableLocal()
|
D | FunctionComparator.cpp | 807 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/ |
D | ConstantMerge.cpp | 99 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in isUnmergeableGlobal()
|
D | HotColdSplitting.cpp | 336 if (OrigF->hasSection()) in extractColdRegion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 355 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 313 if (GV->hasSection()) { in shouldInstrumentReadWriteFromAddress()
|
D | HWAddressSanitizer.cpp | 1396 if (GV.hasSection()) in instrumentGlobals()
|
D | AddressSanitizer.cpp | 1849 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/ |
D | ModuleSummaryAnalysis.cpp | 138 return GV.hasSection() && GV.hasLocalLinkage(); in isNonRenamableLocal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 1059 if (Global.hasSection()) { in processGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1599 if (GV->hasSection()) in ValidateGV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1591 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference()
|