Searched defs:TypeSize (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp571 uint32_t TypeSize = TD->getTypeStoreSizeInBits(OrigTy); local
H A DAddressSanitizer.cpp572 static size_t TypeSizeToSizeIndex(uint32_t TypeSize) { argument
708 uint32_t TypeSize = TD->getTypeStoreSizeInBits(OrigTy); local
761 createSlowPathCmp(IRBuilder< &IRB, Value *AddrLong, Value *ShadowValue, uint32_t TypeSize) argument
779 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument) argument
[all...]
H A DMemorySanitizer.cpp727 uint32_t TypeSize = MS.TD->getTypeSizeInBits(OrigTy); local
/freebsd-10.1-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp990 unsigned TypeSize = TD->getTypeSizeInBits(PTy->getElementType()); local
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp654 uint64_t TypeSize = TD ? TD->getTypeAllocSize(IndexedTy) : 1; local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1098 uint64_t TypeSize = TD->getTypeAllocSize(GTI.getIndexedType()); local
H A DSROA.cpp2906 uint64_t TypeSize = DL.getTypeSizeInBits(Ty); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1452 uint64_t TypeSize = FieldInfo.first; local
1382 LayoutWideBitField(uint64_t FieldSize, uint64_t TypeSize, bool FieldPacked, const FieldDecl *D) argument
1632 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); local
2162 CharUnits TypeSize = Context.getTypeSizeInChars(BTy); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp452 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity(); local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1309 unsigned TypeSize = TD->getTypeAllocSize(FieldTy); local
1543 unsigned TypeSize = TD->getStructLayout(AllocSTy)->getSizeInBytes(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp11256 uint64_t TypeSize = Context.getTypeSize(FieldTy); local
H A DSemaExpr.cpp8027 unsigned TypeSize = Context.getTypeSize(VTy->getElementType()); local

Completed in 204 milliseconds