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

1 2

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs 38 [StructLayout( LayoutKind.Sequential, Pack = 2 )]
  /external/llvm/lib/IR/
DataLayout.cpp 42 // Support for StructLayout
45 StructLayout::StructLayout(StructType *ST, const DataLayout &DL) {
79 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const {
466 typedef DenseMap<StructType*, StructLayout*> LayoutInfoTy;
473 StructLayout *Value = I.second;
474 Value->~StructLayout();
479 StructLayout *&operator[](StructType *STy) {
498 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const {
503 StructLayout *&SL = (*STM)[Ty]
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 39 class StructLayout;
139 // The StructType -> StructLayout map.
425 /// getStructLayout - Return a StructLayout object, indicating the alignment
428 const StructLayout *getStructLayout(StructType *Ty) const;
478 /// StructLayout - used to lazily calculate structure layout information for a
481 class StructLayout {
516 StructLayout(StructType *ST, const DataLayout &DL);
Operator.h 464 const StructLayout *SL = DL.getStructLayout(STy);
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 29 class StructLayout;
CGObjCRuntime.h 28 class StructLayout;
CGObjCMac.cpp     [all...]
CGRecordLayoutBuilder.cpp 710 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST);
    [all...]
TargetInfo.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_func.cpp 140 const llvm::StructLayout *ParamTySL =
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 127 See the method [llvm::StructLayout::getElementContainingOffset]. *)
131 See the method [llvm::StructLayout::getElementContainingOffset]. *)
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp 420 const StructLayout *SL = DL.getStructLayout(STy);
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 81 const StructLayout *SL = TLI.getDataLayout()->getStructLayout(STy);
CodeGenPrepare.cpp     [all...]
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 18 [StructLayout(LayoutKind.Sequential)]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 316 const StructLayout *SL = TD.getStructLayout(CS->getType());
846 const StructLayout &SL = *TD->getStructLayout(STy);
852 // within the range representable by the StructLayout API.
    [all...]
ValueTracking.cpp 633 const StructLayout *SL = TD->getStructLayout(STy);
    [all...]
ScalarEvolutionExpander.cpp 465 const StructLayout &SL = *SE.DL->getStructLayout(STy);
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 261 const StructLayout *SL = DL->getStructLayout(STy);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 358 const StructLayout *SL = DL.getStructLayout(STy);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 326 const StructLayout *SL = DL.getStructLayout(STy);
    [all...]

Completed in 1028 milliseconds

1 2