Searched refs:SymbolListTy (Results 1 – 7 of 7) sorted by relevance
61 SymbolListTy GetFnStubList() { return getSortedStubs(FnStubs); } in GetFnStubList()62 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()63 SymbolListTy GetHiddenGVStubList() { return getSortedStubs(HiddenGVStubs); } in GetHiddenGVStubList()84 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
97 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy; typedef102 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs()36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs()
142 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);1313 EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs) { in EmitFunctionStubs()1465 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetFnStubList(); in doFinalization()
595 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile()
505 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
1099 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()