Home
last modified time | relevance | path

Searched defs:getImpl (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp66 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation
321 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode
383 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange
393 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange
402 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange
498 DIGenericSubrange *DIGenericSubrange::getImpl(LLVMContext &Context, in getImpl() function in DIGenericSubrange
583 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, const APInt &Value, in getImpl() function in DIEnumerator
592 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType
618 DIStringType *DIStringType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIStringType
666 DIDerivedType::getImpl(LLVMContext &Context, unsigned Tag, MDString *Name, in getImpl() function in DIDerivedType
[all …]
H A DConstants.cpp1255 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { in getImpl() function in ConstantArray
1363 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { in getImpl() function in ConstantVector
2891 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) { in getImpl() function in ConstantDataSequential
H A DMetadata.cpp921 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, in getImpl() function in MDTuple
H A DAttributes.cpp1104 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl() function in AttributeList
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DLiveVariables.cpp59 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1540 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC, in getImpl() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1901 detail::RecordKeeperImpl &getImpl() { return *Impl; } in getImpl() function