Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp197 if (!hasPartition()) in getPartition()
204 if (!hasPartition() && S.empty()) in setPartition()
H A DAsmWriter.cpp3630 if (GV->hasPartition()) { in printGlobal()
3693 if (GA->hasPartition()) { in printAlias()
3727 if (GI->hasPartition()) { in printIFunc()
3873 if (F->hasPartition()) { in printFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalValue.h305 bool hasPartition() const { in hasPartition() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2297 if (!GV.hasPartition() || GV.isDeclarationForLinker() || in doFinalization()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1419 GV.hasPartition() || GV.hasSanitizerMetadata()) { in writeModuleInfo()