/external/llvm/include/llvm/Analysis/ |
FindUsedTypes.h | 33 /// getTypes - After the pass has been run, return the set containing all of 36 const SetVector<Type *> &getTypes() const { return UsedTypes; }
|
/external/clang/lib/CodeGen/ |
CGCXX.cpp | 142 = getTypes().GetFunctionType(AliasDecl)->getPointerTo(); 199 const CGFunctionInfo &fnInfo = getTypes().getFunctionInfo(ctor, ctorType); 221 if (!fnInfo) fnInfo = &getTypes().getFunctionInfo(ctor, ctorType); 225 getTypes().GetFunctionType(*fnInfo, proto->isVariadic()); 267 const CGFunctionInfo &fnInfo = getTypes().getFunctionInfo(dtor, dtorType); 289 if (!fnInfo) fnInfo = &getTypes().getFunctionInfo(dtor, dtorType); 292 getTypes().GetFunctionType(*fnInfo, false); 366 &CGM.getTypes().getFunctionInfo(cast<CXXDestructorDecl>(MD), 370 = CGM.getTypes().GetFunctionType(*FInfo, FPT->isVariadic());
|
CGCXXABI.cpp | 34 return llvm::Constant::getNullValue(CGM.getTypes().ConvertType(T)); 39 return CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType()); 53 CGM.getTypes().GetFunctionType(CGM.getTypes().getFunctionInfo(RD, FPT),
|
CGBlocks.cpp | 62 llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy); 63 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy); 266 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy); 267 llvm::Type *intTy = CGM.getTypes().ConvertType(C.IntTy); 311 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); 331 llvm::Type *llvmType = CGM.getTypes().ConvertType(byRefPtrTy); 388 CGM.getTypes().ConvertTypeForMem(variable->getType()); 667 getTypes().ConvertType(getContext().UnsignedLongTy); 755 CGM.getTypes().getFunctionInfo(ResultType, Args, 760 CGM.getTypes().GetFunctionType(FnInfo, false) [all...] |
CGDeclCXX.cpp | 279 getTypes().getNullaryFunctionInfo(), 299 getTypes().getNullaryFunctionInfo(), 324 getTypes().getNullaryFunctionInfo(), 352 CGM.getTypes().getFunctionInfo(getContext().VoidTy, args, 354 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI, false);
|
CodeGenModule.cpp | 537 SetLLVMFunctionAttributes(FD, getTypes().getFunctionInfo(GD), F); 698 llvm::Type *DeclTy = getTypes().ConvertTypeForMem(VD->getType()); [all...] |
CGExprCXX.cpp | 52 return EmitCall(CGM.getTypes().getFunctionInfo(ResultType, Args, 230 FInfo = &CGM.getTypes().getFunctionInfo(cast<CXXDestructorDecl>(MD), 233 FInfo = &CGM.getTypes().getFunctionInfo(cast<CXXConstructorDecl>(MD), 236 FInfo = &CGM.getTypes().getFunctionInfo(MD); 240 = CGM.getTypes().GetFunctionType(*FInfo, FPT->isVariadic()); 323 return EmitCall(CGM.getTypes().getFunctionInfo(Args, FPT), Callee, 786 if (CGF.CGM.getTypes().isZeroInitializable(E->getAllocatedType())) { [all...] |
CGExprConstant.cpp | 441 llvm::Type *ILETy = CGM.getTypes().ConvertType(ILE->getType()); 835 return CGM.getTypes().ConvertType(T); [all...] |
CGObjCRuntime.cpp | 91 llvm::Type *LTy = CGF.CGM.getTypes().ConvertTypeForMem(IvarTy); 133 CGBitFieldInfo::MakeInfo(CGF.CGM.getTypes(), Ivar, BitOffset, BitFieldSize,
|
CGRTTI.cpp | 483 CGM.getTypes().ConvertType(CGM.getContext().getPointerDiffType()); 826 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); 844 CGM.getTypes().ConvertType(CGM.getContext().LongTy); 920 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy); 957 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy) [all...] |
CGExprAgg.cpp | 570 CGF.getTypes().isZeroInitializable(E->getType())) 613 if (Dest.isZeroed() && CGF.getTypes().isZeroInitializable(type)) 744 CGF.getTypes().isZeroInitializable(elementType))) { [all...] |
ItaniumCXXABI.cpp | 45 llvm::Type *Ty = CGM.getTypes().ConvertType(T); 219 CGM.getTypes().GetFunctionType(CGM.getTypes().getFunctionInfo(RD, FPT), 506 CodeGenTypes &Types = CGM.getTypes(); [all...] |
CodeGenFunction.cpp | 49 return CGM.getTypes().ConvertTypeForMem(T); 53 return CGM.getTypes().ConvertType(T); 733 if (!CGM.getTypes().isZeroInitializable(Ty)) { [all...] |
CGClass.cpp | [all...] |
CGObjCGNU.cpp | 671 CodeGenTypes &Types = CGM.getTypes(); 680 BoolTy = CGM.getTypes().ConvertType(CGM.getContext().BoolTy); [all...] |
CGExpr.cpp | [all...] |
CGObjC.cpp | 260 const CGFunctionInfo &FI = CGM.getTypes().getFunctionInfo(OMD); 294 CodeGenTypes &Types = CGM.getTypes(); 366 CodeGenTypes &Types = CGM.getTypes(); 501 CodeGenTypes &Types = CGM.getTypes(); 579 CodeGenTypes &Types = CGM.getTypes(); 772 CodeGenTypes &Types = CGM.getTypes(); [all...] |
/dalvik/dx/src/com/android/dx/io/ |
ClassDef.java | 67 return buffer.readTypeList(interfacesOffset).getTypes();
|
/dalvik/dx/src/com/android/dx/merge/ |
TypeList.java | 35 public short[] getTypes() {
|
IndexMap.java | 113 short[] types = typeList.getTypes().clone();
|
/external/llvm/lib/Bitcode/Writer/ |
ValueEnumerator.h | 116 const TypeList &getTypes() const { return Types; }
|
BitcodeWriter.cpp | 155 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); 164 Log2_32_Ceil(VE.getTypes().size()+1))); 175 Log2_32_Ceil(VE.getTypes().size()+1))); 184 Log2_32_Ceil(VE.getTypes().size()+1))); 200 Log2_32_Ceil(VE.getTypes().size()+1))); 209 Log2_32_Ceil(VE.getTypes().size()+1))); [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
ValueEnumerator.h | 116 const TypeList &getTypes() const { return Types; }
|
BitcodeWriter.cpp | 164 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); 171 Log2_32_Ceil(VE.getTypes().size()+1))); 236 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); 245 Log2_32_Ceil(VE.getTypes().size()+1))); 256 Log2_32_Ceil(VE.getTypes().size()+1))); 266 Log2_32_Ceil(VE.getTypes().size()+1))); 282 Log2_32_Ceil(VE.getTypes().size()+1))); 292 Log2_32_Ceil(VE.getTypes().size()+1))); 300 Log2_32_Ceil(VE.getTypes().size()+1))); [all...] |
/frameworks/base/tools/aapt/ |
ResourceTable.cpp | [all...] |