Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp133 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule()
167 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule()
DMergeFunctions.cpp989 if (int Res = cmpNumbers(FnL->hasSection(), FnR->hasSection())) in compare()
992 if (FnL->hasSection()) { in compare()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp66 if (GV->hasSection()) in isSuitableForBSS()
265 if (GV->hasSection()) in SectionForGlobal()
/external/llvm/include/llvm/IR/
DGlobalObject.h56 bool hasSection() const { return !StringRef(getSection()).empty(); } in hasSection() function
DGlobalValue.h158 bool hasSection() const { return !StringRef(getSection()).empty(); } in hasSection() function
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp112 GVRHS->hasSection()) in getExecutableRelativeSymbol()
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp296 if (I->isDeclaration() || I->isThreadLocal() || I->hasSection()) in doInitialization()
DCodeGenPrepare.cpp1305 !GV->hasSection() && in OptimizeCallInst()
/external/llvm/lib/LTO/
DLTOModule.cpp370 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp594 if (GV.hasSection()) { in WriteModuleInfo()
606 if (F.hasSection()) { in WriteModuleInfo()
668 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0); in WriteModuleInfo()
699 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0); in WriteModuleInfo()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1023 if (GV->hasSection()) { in printVariableHead()
1756 if (F->hasSection()) { in printFunctionHead()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp935 if (!GO->hasSection() || GO->getAlignment() == 0) in enforceKnownAlignment()
/external/llvm/lib/IR/
DAsmWriter.cpp2338 if (GV->hasSection()) { in printGlobal()
2519 if (F->hasSection()) { in printFunction()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1022 if (GVar->hasSection()) { in printModuleLevelGV()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1158 if (G->hasSection()) { in ShouldInstrumentGlobal()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp98 if (GVAlign > NumBits || GV->hasSection()) in getGVAlignmentLog2()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp268 if ((GV->hasSection() && StringRef(GV->getSection()).startswith(".cp.")) || in getGlobalAddressWrapper()