Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfoImpls.h61 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()
DMachineModuleInfo.h102 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs() function in MachineModuleInfoImpl