/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | FunctionTest.cpp | 124 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/ |
D | HexagonTargetObjectFile.cpp | 180 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/ |
D | GlobalObject.h | 82 bool hasSection() const { in hasSection() function 91 return hasSection() ? getSectionImpl() : StringRef(); in getSection()
|
D | GlobalValue.h | 269 bool hasSection() const { return !getSection().empty(); } in hasSection() function
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 153 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/ |
D | ConstantMerge.cpp | 138 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule() 167 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule()
|
D | MergeFunctions.cpp | 474 if (F1->hasSection() != F2->hasSection()) in compare() 477 if (F1->hasSection() && F1->getSection() != F2->getSection()) in compare()
|
/external/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 104 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/ |
D | ConstantMerge.cpp | 127 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/ |
D | Globals.cpp | 180 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/ |
D | AVRTargetObjectFile.cpp | 34 if (AVR::isProgramMemoryAddress(GO) && !GO->hasSection()) in SelectSectionForGlobal()
|
/external/llvm/lib/Target/AVR/ |
D | AVRTargetObjectFile.cpp | 34 if (AVR::isProgramMemoryAddress(GV) && !GV->hasSection()) in SelectSectionForGlobal()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 65 if (GV->hasSection()) in isSuitableForBSS() 237 if (GV->hasSection()) in SectionForGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 79 if (GV->hasSection()) in isSuitableForBSS() 246 if (GO->hasSection()) in SectionForGlobal()
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 110 : Linkage(GV.getLinkage()), HasSection(GV.hasSection()) {} in GVFlags() 182 bool hasSection() const { return Flags.HasSection; } in hasSection() function
|
D | GlobalObject.h | 66 bool hasSection() const { return !getSection().empty(); } in hasSection() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 69 bool hasSection() const { return !getSection().empty(); } in hasSection() function
|
/external/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 70 if (GVar && GVar->hasSection()) in doPromoteLocalToGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 111 if (GVA->hasSection()) { in IsGlobalInSmallSectionImpl()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMGlobalMerge.cpp | 174 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 87 if (GV.hasSection()) in isNonRenamableLocal()
|
D | FunctionComparator.cpp | 810 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compareSignature() 813 if (FnL->hasSection()) { in compareSignature()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 95 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 254 if (GV->hasSection()) in SectionForGlobal()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | GlobalValue.h | 97 bool hasSection() const { return !Section.empty(); } in hasSection() function
|