Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfoImpls.h62 return getSortedStubs(FnStubs); in GetFnStubList()
65 return getSortedStubs(GVStubs); in GetGVStubList()
68 return getSortedStubs(HiddenGVStubs); in GetHiddenGVStubList()
91 return getSortedStubs(GVStubs); in GetGVStubList()
DMachineModuleInfo.h97 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs() function in MachineModuleInfoImpl