Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DGlobals.cpp203 if (!hasPartition()) in getPartition()
210 if (!hasPartition() && S.empty()) in setPartition()
H A DAsmWriter.cpp3528 if (GV->hasPartition()) { in printGlobal()
3591 if (GA->hasPartition()) { in printAlias()
3625 if (GI->hasPartition()) { in printIFunc()
3771 if (F->hasPartition()) { in printFunction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalValue.h291 bool hasPartition() const { in hasPartition() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2147 if (!GV.hasPartition() || GV.isDeclarationForLinker() || in doFinalization()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1380 GV.hasPartition() || GV.hasSanitizerMetadata()) { in writeModuleInfo()