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.h88 HasLLVMReservedName(false), IsDSOLocal(false), HasPartition(false), in GlobalValue()
119 unsigned HasPartition : 1; variable
312 return HasPartition; in hasPartition()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp241 HasPartition = !S.empty(); in setPartition()