HomeSort by relevance Sort by last modified time
    Searched refs:StructLayout (Results 1 - 25 of 26) 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 41 // Support for StructLayout
44 StructLayout::StructLayout(StructType *ST, const DataLayout &TD) {
78 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const {
413 typedef DenseMap<StructType*, StructLayout*> LayoutInfoTy;
421 StructLayout *Value = I->second;
422 Value->~StructLayout();
427 StructLayout *&operator[](StructType *STy) {
447 const StructLayout *DataLayout::getStructLayout(StructType *Ty) const {
452 StructLayout *&SL = (*STM)[Ty]
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 34 class StructLayout;
120 // The StructType -> StructLayout map.
357 /// getStructLayout - Return a StructLayout object, indicating the alignment
360 const StructLayout *getStructLayout(StructType *Ty) const;
385 /// StructLayout - used to lazily calculate structure layout information for a
388 class StructLayout {
423 StructLayout(StructType *ST, const DataLayout &TD);
Operator.h 460 const StructLayout *SL = DL.getStructLayout(STy);
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 88 See the method llvm::StructLayout::getElementContainingOffset. *)
93 See the method llvm::StructLayout::getElementContainingOffset. *)
  /frameworks/compile/slang/
slang_rs_export_func.cpp 143 const llvm::StructLayout *ParamTySL =
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 28 class StructLayout;
CGObjCMac.cpp     [all...]
CGRecordLayoutBuilder.cpp     [all...]
TargetInfo.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 80 const StructLayout *SL = TLI.getDataLayout()->getStructLayout(STy);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 302 const StructLayout *SL = TD.getStructLayout(CS->getType());
764 const StructLayout &SL = *TD->getStructLayout(STy);
770 // within the range representable by the StructLayout API.
    [all...]
ValueTracking.cpp 633 const StructLayout *SL = TD->getStructLayout(STy);
    [all...]
ScalarEvolutionExpander.cpp 466 const StructLayout &SL = *SE.TD->getStructLayout(STy);
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 269 const StructLayout *SL = TD->getStructLayout(STy);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 783 const StructLayout *SLO = TD.getStructLayout(STy);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 421 const StructLayout *SL = TD.getStructLayout(STy);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 794 const StructLayout *SL = TD->getStructLayout(STy);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 844 const StructLayout *SL = TD.getStructLayout(STy)
    [all...]

Completed in 497 milliseconds

1 2