Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h82 HasLLVMReservedName(false), IsDSOLocal(false), HasPartition(false), in GlobalValue()
113 unsigned HasPartition : 1; variable
287 return HasPartition; in hasPartition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp204 HasPartition = !S.empty(); in setPartition()