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

References

include/llvm/IR/GlobalAlias.h
   77     return getIndirectSymbol();
include/llvm/IR/GlobalIFunc.h
   64     return getIndirectSymbol();
lib/Linker/IRMover.cpp
  599     if (IS->getIndirectSymbol())
 1085   Mapper.scheduleMapGlobalIndirectSymbol(Dst, *Src.getIndirectSymbol(),
lib/Transforms/IPO/LowerTypeTests.cpp
  363               dyn_cast<Function>(GIS.getIndirectSymbol()->stripPointerCasts()))
tools/clang/lib/CodeGen/CodeGenModule.cpp
  328     llvm::Constant *Aliasee = Alias->getIndirectSymbol();
  352             GA->getIndirectSymbol(), Alias->getType());