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

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/Target/
Target.cpp 97 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset);
103 return unwrap(TD)->getStructLayout(STy)->getElementOffset(Element);
TargetData.cpp 352 const StructLayout *TargetData::getStructLayout(StructType *Ty) const {
412 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
466 const StructLayout *Layout = getStructLayout(cast<StructType>(Ty));
549 const StructLayout *Layout = getStructLayout(STy);
  /external/llvm/lib/IR/
Operator.cpp 38 const StructLayout *SL = DL.getStructLayout(STy);
DataLayout.cpp 556 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const {
650 const StructLayout *Layout = getStructLayout(cast<StructType>(Ty));
743 const StructLayout *Layout = getStructLayout(STy);
  /external/llvm/lib/Target/
Target.cpp 134 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset);
140 return unwrap(TD)->getStructLayout(STy)->getElementOffset(Element);
  /external/llvm/include/llvm/IR/
DataLayout.h 449 const StructLayout *getStructLayout(StructType *Ty) const;
524 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 284 /// getStructLayout - Return a StructLayout object, indicating the alignment
287 const StructLayout *getStructLayout(StructType *Ty) const;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 103 ElementSize = TD->getStructLayout(ST)->getSizeInBytes();
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 83 const llvm::StructLayout *SL = DL.getStructLayout(STy);
Compiler.cpp 86 const llvm::StructLayout *const moduleStructLayout = moduleDataLayout.getStructLayout(exportedType);
87 const llvm::StructLayout *const targetStructLayout = targetDataLayout.getStructLayout(exportedType);
  /frameworks/compile/slang/
slang_rs_export_func.cpp 141 getRSContext()->getDataLayout().getStructLayout(ParamTy);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 462 const StructLayout *getStructLayout(StructType *Ty) const;
537 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 462 const StructLayout *getStructLayout(StructType *Ty) const;
537 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 462 const StructLayout *getStructLayout(StructType *Ty) const;
537 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 462 const StructLayout *getStructLayout(StructType *Ty) const;
537 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 462 const StructLayout *getStructLayout(StructType *Ty) const;
537 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 462 const StructLayout *getStructLayout(StructType *Ty) const;
537 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 462 const StructLayout *getStructLayout(StructType *Ty) const;
537 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 462 const StructLayout *getStructLayout(StructType *Ty) const;
537 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 217 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 230 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 230 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 230 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 230 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 230 Size = DL.getStructLayout(STy)->getElementOffset(OpValue);

Completed in 777 milliseconds

1 2 3 4