Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp138 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule()
173 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/Scalar/
DGlobalMerge.cpp181 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp248 if (GV->hasSection()) in SectionForGlobal()
/external/llvm/include/llvm/
DGlobalValue.h95 bool hasSection() const { return !Section.empty(); } in hasSection() function
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp422 if (GV->hasSection()) { in WriteModuleInfo()
434 if (F->hasSection()) { in WriteModuleInfo()
496 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0); in WriteModuleInfo()
521 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0); in WriteModuleInfo()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp759 if (!GV->hasSection() || GV->getAlignment() == 0) in enforceKnownAlignment()
/external/llvm/tools/lto/
DLTOModule.cpp418 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
/external/llvm/lib/VMCore/
DAsmWriter.cpp1433 if (GV->hasSection()) { in printGlobal()
1598 if (F->hasSection()) { in printFunction()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp999 if (GV->hasSection()) { in printVariableHead()
1706 if (F->hasSection()) { in printFunctionHead()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp574 if (G->hasSection()) { in ShouldInstrumentGlobal()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1021 if (GVar->hasSection()) { in printModuleLevelGV()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp91 if (GVAlign > NumBits || GV->hasSection()) in getGVAlignmentLog2()