Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalValue.h82 HasLLVMReservedName(false), IsDSOLocal(false), HasPartition(false), in GlobalValue()
113 unsigned HasPartition : 1; variable
306 return HasPartition; in hasPartition()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DGlobals.cpp215 HasPartition = !S.empty(); in setPartition()