Searched defs:FieldSize (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp369 uint64_t FieldSize = FD->getBitWidthValue(Types.getContext()); local
446 uint64_t FieldSize = Field->getBitWidthValue(Types.getContext()); local
H A DCGExprConstant.cpp155 uint64_t FieldSize = Field->getBitWidthValue(Context); local
H A DCGCall.cpp524 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType()); local
575 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType()); local
2217 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType()); local
H A DCGDebugInfo.cpp677 uint64_t FieldSize, FieldOffset; local
1668 uint64_t FieldSize = 0; local
2306 uint64_t FieldSize = CGM.getContext().getTypeSize(FType); local
2632 uint64_t FieldSize, FieldOffset; local
[all...]
H A DCGObjCMac.cpp2144 CharUnits FieldSize = CGM.getContext().getTypeSizeInChars(Field->getType()); local
2044 UpdateRunSkipBlockVars(bool IsByref, Qualifiers::ObjCLifetime LifeTime, CharUnits FieldOffset, CharUnits FieldSize) argument
2177 CharUnits FieldSize local
4623 unsigned FieldSize = CGM.getContext().getTypeSize(Field->getType()); local
4670 unsigned FieldSize local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1382 void RecordLayoutBuilder::LayoutWideBitField(uint64_t FieldSize, argument
1450 uint64_t FieldSize = D->getBitWidthValue(Context); local
1601 CharUnits FieldSize; local
2420 CharUnits FieldSize = FieldInfo.first; local
2443 CharUnits FieldSize = FieldInfo.first; local
2482 CharUnits FieldSize = FieldInfo.first; local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1787 uint64_t FieldSize = DL->getTypeAllocSize(Field->getType()); local
H A DDwarfCompileUnit.cpp1869 uint64_t FieldSize = getBaseTypeSize(DD, DT); local

Completed in 99 milliseconds