Searched defs:getImpl (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ | ||
H A D | Metadata.cpp | 609 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, in getImpl() function in MDTuple |
H A D | Constants.cpp | 846 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { in getImpl() function in ConstantArray |
H A D | Attributes.cpp | 576 AttributeSet::getImpl(LLVMContext &C, in getImpl() function in AttributeSet |
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ | ||
H A D | LiveVariables.cpp | 111 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function |