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

References

lib/Analysis/StackSafetyAnalysis.cpp
  438     if (isa<Function>(A.getBaseObject()))
lib/LTO/LTO.cpp
  687     if (GlobalObject *GO = GA.getBaseObject())
lib/Transforms/IPO/FunctionImport.cpp
 1049   Function *Fn = cast<Function>(GA->getBaseObject());
 1155         GlobalObject *Base = GA.getBaseObject();
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  803     if (auto F = dyn_cast<Function>(GA->getBaseObject())) {
lib/Transforms/Utils/SplitModule.cpp
  130       if (const GlobalObject *Base = GIS->getBaseObject())
tools/bugpoint/CrashDebugger.cpp
  267       GlobalObject *Root = Alias.getBaseObject();
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1789                        cast<llvm::GlobalAlias>(VFTable)->getBaseObject())