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()
474 if (F1->hasSection() != F2->hasSection()) in compare()477 if (F1->hasSection() && F1->getSection() != F2->getSection()) in compare()
181 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
248 if (GV->hasSection()) in SectionForGlobal()
95 bool hasSection() const { return !Section.empty(); } in hasSection() function
422 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()
759 if (!GV->hasSection() || GV->getAlignment() == 0) in enforceKnownAlignment()
418 if (!v->hasSection() /* || !isTargetDarwin */) in addDefinedDataSymbol()
1433 if (GV->hasSection()) { in printGlobal()1598 if (F->hasSection()) { in printFunction()
999 if (GV->hasSection()) { in printVariableHead()1706 if (F->hasSection()) { in printFunctionHead()
574 if (G->hasSection()) { in ShouldInstrumentGlobal()
1021 if (GVar->hasSection()) { in printModuleLevelGV()
91 if (GVAlign > NumBits || GV->hasSection()) in getGVAlignmentLog2()