Searched refs:hasSection (Results 1 – 13 of 13) sorted by relevance
138 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule()173 GV->getType()->getAddressSpace() != 0 || GV->hasSection() || in runOnModule()
472 if (F1->hasSection() != F2->hasSection()) in compare()475 if (F1->hasSection() && F1->getSection() != F2->getSection()) in compare()
95 bool hasSection() const { return !Section.empty(); } in hasSection() function
248 if (GV->hasSection()) in SectionForGlobal()
251 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
460 if (GV->hasSection()) { in WriteModuleInfo()472 if (F->hasSection()) { in WriteModuleInfo()534 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0); in WriteModuleInfo()560 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0); in WriteModuleInfo()
427 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
794 if (!GV->hasSection() || GV->getAlignment() == 0) in enforceKnownAlignment()
1518 if (GV->hasSection()) { in printGlobal()1668 if (F->hasSection()) { in printFunction()
1011 if (GV->hasSection()) { in printVariableHead()1718 if (F->hasSection()) { in printFunctionHead()
811 if (G->hasSection()) { in ShouldInstrumentGlobal()
1067 if (GVar->hasSection()) { in printModuleLevelGV()
89 if (GVAlign > NumBits || GV->hasSection()) in getGVAlignmentLog2()