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

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DPassRegistry.cpp64 void *PassRegistry::getImpl() const { function in class:PassRegistry
88 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
95 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
107 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
124 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
136 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
169 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
184 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
190 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
203 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
[all...]
H A DConstants.cpp2219 /// getImpl - This is the underlying implementation of all of the
2223 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) {
2299 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*1), Ty);
2304 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*2), Ty);
2309 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty);
2314 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*8), Ty);
2319 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty);
2324 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*8), Ty);
2352 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*1), Ty);
2357 return getImpl(StringRe
[all...]
H A DAttributes.cpp535 AttributeSet::getImpl(LLVMContext &C, function in class:AttributeSet
586 return getImpl(C, AttrPairVec);
596 return getImpl(C, Attrs);
647 return getImpl(C, AttrNodeVec);
/freebsd-10.0-release/contrib/llvm/include/llvm/
H A DPassRegistry.h37 void *getImpl() const;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp127 static LiveVariablesImpl &getImpl(void *x) { function
194 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
198 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
202 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
494 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
496 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
596 getImpl(impl).dumpBlockLiveness(M);
/freebsd-10.0-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp85 Type *getImpl(Type *T);
221 Elements[i] = getImpl(SrcSTy->getElementType(i));
244 Type *Result = getImpl(Ty);
252 /// getImpl - This is the recursive version of get().
253 Type *TypeMapTy::getImpl(Type *Ty) { function in class:TypeMapTy
271 ElementTypes[i] = getImpl(Ty->getContainedType(i));
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h222 static AttributeSet getImpl(LLVMContext &C,
H A DConstants.h544 static Constant *getImpl(StringRef Bytes, Type *Ty);

Completed in 201 milliseconds