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

Declarations

include/llvm/CodeGen/MachineModuleInfo.h
   70   static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);

References

include/llvm/CodeGen/MachineModuleInfoImpls.h
   54   SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); }
   56     return getSortedStubs(ThreadLocalGVStubs);
   79   SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); }
  101   SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); }