Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h86 HasLLVMReservedName(false), IsDSOLocal(false), HasPartition(false), in GlobalValue()
117 unsigned HasPartition : 1; variable
310 return HasPartition; in hasPartition()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp233 HasPartition = !S.empty(); in setPartition()