HomeSort by relevance Sort by last modified time
    Searched refs:getElementContainingOffset (Results 1 - 9 of 9) sorted by null

  /external/llvm/bindings/ocaml/target/
llvm_target.mli 88 See the method llvm::StructLayout::getElementContainingOffset. *)
93 See the method llvm::StructLayout::getElementContainingOffset. *)
  /external/llvm/lib/Target/
Target.cpp 97 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset);
TargetData.cpp 76 /// getElementContainingOffset - Given a valid offset into the structure,
78 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const {
  /external/llvm/include/llvm/Target/
TargetData.h 334 /// getElementContainingOffset - Given a valid byte offset into the structure,
337 unsigned getElementContainingOffset(uint64_t Offset) const;
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 278 unsigned Index = SL->getElementContainingOffset(ByteOffset);
690 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
    [all...]
ScalarEvolutionExpander.cpp 443 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 768 unsigned Elt = SL->getElementContainingOffset(Offset);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 156 milliseconds