HomeSort by relevance Sort by last modified time
    Searched refs:isPacked (Results 1 - 25 of 46) sorted by null

1 2

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeBaseClass.h 43 FORWARD_SYMBOL_METHOD(isPacked)
PDBSymbolTypeEnum.h 45 FORWARD_SYMBOL_METHOD(isPacked)
PDBSymbolTypeTypedef.h 41 FORWARD_SYMBOL_METHOD(isPacked)
PDBSymbolTypeUDT.h 41 FORWARD_SYMBOL_METHOD(isPacked)
IPDBRawSymbol.h 181 virtual bool isPacked() const = 0;
  /external/llvm/include/llvm/IR/
DerivedTypes.h 217 bool isPacked = false);
222 bool isPacked = false);
229 bool isPacked = false);
233 static StructType *get(LLVMContext &Context, bool isPacked = false);
241 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; }
268 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
  /external/llvm/lib/IR/
Type.cpp 403 bool isPacked) {
405 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
413 ST->setBody(ETypes, isPacked);
422 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) {
426 if (isPacked)
495 StructType *StructType::get(LLVMContext &Context, bool isPacked) {
496 return get(Context, None, isPacked);
515 StringRef Name, bool isPacked) {
517 ST->setBody(Elements, isPacked);
530 bool isPacked) {
    [all...]
LLVMContextImpl.h 82 bool isPacked;
84 ETypes(E), isPacked(P) {}
86 : ETypes(ST->elements()), isPacked(ST->isPacked()) {}
88 if (isPacked != that.isPacked)
107 Key.isPacked);
    [all...]
DataLayout.cpp 49 unsigned TyAlign = ST->isPacked() ? 1 : DL.getABITypeAlignment(Ty);
641 if (cast<StructType>(Ty)->isPacked() && abi_or_pref)
ConstantFold.cpp 360 if (!STy->isPacked()) {
423 if (STy->isPacked())
486 if (!STy->isPacked()) {
651 if (!STy->isPacked()) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 527 false /* isPacked */)) {
533 true /* isPacked */)) {
645 false /* isPacked */),
658 final boolean isPacked,
667 enumTypeMap, number, type, true /* isRepeated */, isPacked),
679 final boolean isPacked) {
684 this.isPacked = isPacked;
691 final boolean isPacked;
709 public boolean isPacked() {
    [all...]
FieldSet.java 62 boolean isPacked();
468 boolean isPacked) {
469 if (isPacked) {
628 !descriptor.isRepeated() && !descriptor.isPacked()) {
723 if (descriptor.isPacked()) {
787 && !descriptor.isRepeated() && !descriptor.isPacked()) {
888 if (descriptor.isPacked()) {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 156 public boolean isPacked() {
RopTranslator.java 639 Dop opcode = dataInsn.isPacked() ?
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 157 public boolean isPacked() {
RopTranslator.java 648 Dop opcode = dataInsn.isPacked() ?
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 157 public boolean isPacked() {
RopTranslator.java 646 Dop opcode = dataInsn.isPacked() ?
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 173 bool isPacked() const override;
  /external/llvm/lib/Linker/
LinkModules.cpp 193 DSTy->isPacked() != SSTy->isPacked())
228 DstSTy->setBody(Elements, SrcSTy->isPacked());
237 DTy->setBody(ETypes, STy->isPacked());
330 bool IsPacked = STy->isPacked();
332 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked);
341 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 660 if (STyL->isPacked() != STyR->isPacked())
661 return cmpNumbers(STyL->isPacked(), STyR->isPacked());
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 251 MOCK_SYMBOL_ACCESSOR(isPacked)
  /frameworks/compile/slang/
slang_rs_export_type.h 553 bool IsPacked,
558 mIsPacked(IsPacked),
577 inline bool isPacked() const { return mIsPacked; }
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 761 bool isPacked, const FieldDecl *D);
    [all...]

Completed in 1148 milliseconds

1 2