Home
last modified time | relevance | path

Searched refs:HasDescriptor (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DUser.cpp105 assert(HasDescriptor && "Don't call otherwise!"); in getDescriptor()
141 Obj->HasDescriptor = DescBytes != 0; in allocateFixedOperandUser()
168 Obj->HasDescriptor = false; in operator new()
184 assert(!Obj->HasDescriptor && "not supported!"); in operator delete()
191 } else if (Obj->HasDescriptor) { in operator delete()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h121 unsigned HasDescriptor : 1; variable
H A DInstrTypes.h1207 bool hasDescriptor() const { return Value::HasDescriptor; }