reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DataLayout.h
  210     AllocaAddrSpace = DL.AllocaAddrSpace;
  210     AllocaAddrSpace = DL.AllocaAddrSpace;
  273   unsigned getAllocaAddrSpace() const { return AllocaAddrSpace; }
lib/IR/DataLayout.cpp
  179   AllocaAddrSpace = 0;
  419       AllocaAddrSpace = getAddrSpace(Tok);
  464              AllocaAddrSpace == Other.AllocaAddrSpace &&
  464              AllocaAddrSpace == Other.AllocaAddrSpace &&