Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfoImpls.h65 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
67 return getSortedStubs(ThreadLocalGVStubs); in GetThreadLocalGVStubList()
103 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
129 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
H A DMachineModuleInfo.h69 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp36 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs() function in MachineModuleInfoImpl