Home
last modified time | relevance | path

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

12

/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/llvm/lib/Transforms/IPO/
DConstantMerge.cpp104 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in mergeConstants()
138 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in mergeConstants()
DMergeFunctions.cpp1234 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compare()
1237 if (FnL->hasSection()) { in compare()
DFunctionImport.cpp98 if (Summary.hasSection()) in canBeExternallyReferenced()
/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/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/llvm/include/llvm/IR/
DGlobalObject.h66 bool hasSection() const { return !getSection().empty(); } in hasSection() function
DModuleSummaryIndex.h110 : Linkage(GV.getLinkage()), HasSection(GV.hasSection()) {} in GVFlags()
182 bool hasSection() const { return Flags.HasSection; } in hasSection() function
DGlobalValue.h231 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
DGlobalValue.h248 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/lib/Target/ARM/
DARMGlobalMerge.cpp174 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp95 cast<GlobalVariable>(RHS)->hasInitializer() || RHS->hasSection()) in lowerRelativeReference()
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h97 bool hasSection() const { return !Section.empty(); } in hasSection() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp254 if (GV->hasSection()) in SectionForGlobal()
/external/llvm/lib/IR/
DGlobals.cpp185 if (hasSection() && getAlignment() > 0) in canIncreaseAlignment()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp411 if (GV->hasSection()) { in WriteModuleInfo()
423 if (F->hasSection()) { in WriteModuleInfo()
485 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0); in WriteModuleInfo()
510 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0); in WriteModuleInfo()
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp536 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasSection()) in doInitialization()
/external/llvm/lib/LTO/
DLTOModule.cpp363 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp306 if (v->hasSection() /* && isTargetDarwin */) { in addDefinedDataSymbol()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp750 if (!GV->hasSection() || GV->getAlignment() == 0) in enforceKnownAlignment()
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp267 if (GV->hasSection()) { in shouldInstrumentReadWriteFromAddress()

12