Home
last modified time | relevance | path

Searched refs:HasPartition (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalValue.h82 HasLLVMReservedName(false), IsDSOLocal(false), HasPartition(false), in GlobalValue()
113 unsigned HasPartition : 1; variable
292 return HasPartition; in hasPartition()
/llvm-project-15.0.7/llvm/lib/IR/
H A DGlobals.cpp221 HasPartition = !S.empty(); in setPartition()