Home
last modified time | relevance | path

Searched refs:getSortedStubs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineModuleInfoImpls.h55 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
57 return getSortedStubs(ThreadLocalGVStubs); in GetThreadLocalGVStubList()
80 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
102 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
H A DMachineModuleInfo.h66 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp35 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs() function in MachineModuleInfoImpl