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

References

include/llvm/IR/GlobalAlias.h
   74     return getIndirectSymbol();
include/llvm/IR/GlobalIFunc.h
   61     return getIndirectSymbol();
include/llvm/IR/GlobalIndirectSymbol.h
   58           static_cast<const GlobalIndirectSymbol *>(this)->getIndirectSymbol());
   69         getIndirectSymbol()->stripAndAccumulateInBoundsConstantOffsets(DL,
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1317     if (auto *CE = dyn_cast<ConstantExpr>(GIS.getIndirectSymbol()))
 1331   const MCExpr *Expr = lowerConstant(GIS.getIndirectSymbol());
lib/IR/AsmWriter.cpp
 3345   const Constant *IS = GIS->getIndirectSymbol();
tools/clang/lib/CodeGen/CodeGenModule.cpp
  290     C = GIS2->getIndirectSymbol();