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

Declarations

include/llvm/IR/GlobalAlias.h
   45   static GlobalAlias *create(Type *Ty, unsigned AddressSpace,

References

lib/Bitcode/Reader/BitcodeReader.cpp
 3356     NewGA = GlobalAlias::create(Ty, AddrSpace, getDecodedLinkage(Linkage), Name,
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  356   auto *NewA = GlobalAlias::create(OrigA.getValueType(),
lib/Linker/IRMover.cpp
  674     GIS = GlobalAlias::create(Ty, SGIS->getType()->getPointerAddressSpace(),
lib/Transforms/Utils/CloneModule.cpp
  107     auto *GA = GlobalAlias::create(I->getValueType(),
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 2329     SelValue = llvm::GlobalAlias::create(
 2556           MetaClassPtrAlias = llvm::GlobalAlias::create(
 2563           ClassPtrAlias = llvm::GlobalAlias::create(