HomeSort by relevance Sort by last modified time
    Searched refs:isPacked (Results 26 - 33 of 33) sorted by null

12

  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 226 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
242 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
307 // STRUCT: [ispacked, eltty x N]
308 TypeVals.push_back(ST->isPacked());
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 587 Out << typeName << "_fields, /*isPacked=*/"
588 << (ST->isPacked() ? "true" : "false") << ");";
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 271 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
287 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
297 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
362 // STRUCT: [ispacked, eltty x N]
363 TypeVals.push_back(ST->isPacked());
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 220 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
236 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // ispacked
301 // STRUCT: [ispacked, eltty x N]
302 TypeVals.push_back(ST->isPacked());
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 344 return unwrap<StructType>(StructTy)->isPacked();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 405 if (!STy->isPacked() &&
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 492 (** [struct_set_body ty elts ispacked] sets the body of the named struct [ty]
503 [false] otherwise. See the method [llvm::StructType::isPacked]. *)
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 3681 milliseconds

12