Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DGlobalValue.h82 HasLLVMReservedName(false), IsDSOLocal(false), HasPartition(false), in GlobalValue()
113 unsigned HasPartition : 1; variable
287 return HasPartition; in hasPartition()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DGlobals.cpp204 HasPartition = !S.empty(); in setPartition()