Searched refs:getImpl (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DPassRegistry.cpp65 void *PassRegistry::getImpl() const { function in class:PassRegistry
89 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
96 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
108 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
125 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
137 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
170 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
185 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
191 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
204 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
[all...]
H A DConstants.cpp2255 /// getImpl - This is the underlying implementation of all of the
2259 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) {
2335 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*1), Ty);
2340 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*2), Ty);
2345 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty);
2350 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*8), Ty);
2355 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty);
2360 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*8), Ty);
2388 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*1), Ty);
2393 return getImpl(StringRe
[all...]
H A DAttributes.cpp527 AttributeSet::getImpl(LLVMContext &C, function in class:AttributeSet
582 return getImpl(C, AttrPairVec);
592 return getImpl(C, Attrs);
661 return getImpl(C, AttrNodeVec);
/freebsd-10.1-release/contrib/llvm/include/llvm/
H A DPassRegistry.h37 void *getImpl() const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp126 static LiveVariablesImpl &getImpl(void *x) { function
193 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
197 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
201 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
493 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
495 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
595 getImpl(impl).dumpBlockLiveness(M);
/freebsd-10.1-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp86 Type *getImpl(Type *T);
222 Elements[i] = getImpl(SrcSTy->getElementType(i));
245 Type *Result = getImpl(Ty);
253 /// getImpl - This is the recursive version of get().
254 Type *TypeMapTy::getImpl(Type *Ty) { function in class:TypeMapTy
272 ElementTypes[i] = getImpl(Ty->getContainedType(i));
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h227 static AttributeSet getImpl(LLVMContext &C,
H A DConstants.h542 static Constant *getImpl(StringRef Bytes, Type *Ty);

Completed in 118 milliseconds