Home
last modified time | relevance | path

Searched refs:getPartition (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp71 setPartition(Src->getPartition()); in copyAttributesFrom()
185 StringRef GlobalValue::getPartition() const { in getPartition() function in GlobalValue
H A DAsmWriter.cpp3592 printEscapedString(GV->getPartition(), Out); in printGlobal()
3649 printEscapedString(GIS->getPartition(), Out); in printIndirectSymbol()
3794 printEscapedString(F->getPartition(), Out); in printFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h289 StringRef getPartition() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1363 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1914 OutStreamer->emitBytes(GV.getPartition()); in doFinalization()