Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DFunctionTest.cpp124 EXPECT_TRUE(F->hasSection()); in TEST()
126 EXPECT_FALSE(F->hasSection()); in TEST()
130 EXPECT_TRUE(F->hasSection()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp180 if (GO->hasSection()) { in getExplicitSectionGlobal()
214 if (GVar->hasSection()) { in isGlobalInSmallSection()
389 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal()
446 if (Fn->hasSection()) in selectSectionForLookupTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalObject.h82 bool hasSection() const { in hasSection() function
91 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
DGlobalValue.h269 bool hasSection() const { return !getSection().empty(); } in hasSection() function
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp153 if (GV->hasSection()) { in getExplicitSectionGlobal()
189 if (GVar->hasSection()) { in isGlobalInSmallSection()
364 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DConstantMerge.cpp138 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule()
167 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule()
DMergeFunctions.cpp474 if (F1->hasSection() != F2->hasSection()) in compare()
477 if (F1->hasSection() && F1->getSection() != F2->getSection()) in compare()
/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp104 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in mergeConstants()
138 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in mergeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp127 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in mergeConstants()
165 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in mergeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp180 assert(hasSection()); in getSectionImpl()
186 if (!hasSection() && S.empty()) in setSection()
225 if (hasSection() && getAlignment() > 0) in canIncreaseAlignment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRTargetObjectFile.cpp34 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()
/external/llvm/lib/Target/AVR/
DAVRTargetObjectFile.cpp34 if (AVR::isProgramMemoryAddress(GV) && !GV->hasSection()) in SelectSectionForGlobal()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp65 if (GV->hasSection()) in isSuitableForBSS()
237 if (GV->hasSection()) in SectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp79 if (GV->hasSection()) in isSuitableForBSS()
246 if (GO->hasSection()) in SectionForGlobal()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h110 : Linkage(GV.getLinkage()), HasSection(GV.hasSection()) {} in GVFlags()
182 bool hasSection() const { return Flags.HasSection; } in hasSection() function
DGlobalObject.h66 bool hasSection() const { return !getSection().empty(); } in hasSection() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h69 bool hasSection() const { return !getSection().empty(); } in hasSection() function
/external/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp70 if (GVar && GVar->hasSection()) in doPromoteLocalToGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp111 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMGlobalMerge.cpp174 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp87 if (GV.hasSection()) in isNonRenamableLocal()
DFunctionComparator.cpp810 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature()
813 if (FnL->hasSection()) { in compareSignature()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp95 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp254 if (GV->hasSection()) in SectionForGlobal()
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h97 bool hasSection() const { return !Section.empty(); } in hasSection() function

123