Searched refs:getPartition (Results 1 – 5 of 5) sorted by relevance
71 setPartition(Src->getPartition()); in copyAttributesFrom()185 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
3592 printEscapedString(GV->getPartition(), Out); in printGlobal()3649 printEscapedString(GIS->getPartition(), Out); in printIndirectSymbol()3794 printEscapedString(F->getPartition(), Out); in printFunction()
289 StringRef getPartition() const;
1363 Vals.push_back(addToStrtab(GV.getPartition())); in writeModuleInfo()1364 Vals.push_back(GV.getPartition().size()); in writeModuleInfo()1403 Vals.push_back(addToStrtab(F.getPartition())); in writeModuleInfo()1404 Vals.push_back(F.getPartition().size()); in writeModuleInfo()1427 Vals.push_back(addToStrtab(A.getPartition())); in writeModuleInfo()1428 Vals.push_back(A.getPartition().size()); in writeModuleInfo()1447 Vals.push_back(addToStrtab(I.getPartition())); in writeModuleInfo()1448 Vals.push_back(I.getPartition().size()); in writeModuleInfo()
1914 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()