Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp215 if (!hasPartition()) in getPartition()
222 if (!hasPartition() && S.empty()) in setPartition()
H A DAsmWriter.cpp3790 if (GV->hasPartition()) { in printGlobal()
3874 if (GA->hasPartition()) { in printAlias()
3908 if (GI->hasPartition()) { in printIFunc()
4054 if (F->hasPartition()) { in printFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h309 bool hasPartition() const { in hasPartition() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2514 if (!GV.hasPartition() || GV.isDeclarationForLinker() || in doFinalization()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1550 GV.hasPartition() || GV.hasSanitizerMetadata() || GV.getCodeModel()) { in writeModuleInfo()