Searched defs:getImpl (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 58 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation 284 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode 342 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange 352 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange 361 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange 453 DIGenericSubrange *DIGenericSubrange::getImpl(LLVMContext &Context, in getImpl() function in DIGenericSubrange 531 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, const APInt &Value, in getImpl() function in DIEnumerator 540 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType 566 DIStringType *DIStringType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIStringType 580 DIDerivedType *DIDerivedType::getImpl( in getImpl() function in DIDerivedType [all …]
|
H A D | Constants.cpp | 1268 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { in getImpl() function in ConstantArray 1375 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { in getImpl() function in ConstantVector 2951 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) { in getImpl() function in ConstantDataSequential
|
H A D | Metadata.cpp | 825 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, in getImpl() function in MDTuple
|
H A D | Attributes.cpp | 1181 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl() function in AttributeList
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 58 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1488 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC, in getImpl() function
|