Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfoImpls.h51 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
53 return getSortedStubs(ThreadLocalGVStubs); in GetThreadLocalGVStubList()
75 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
DMachineModuleInfo.h103 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs() function in MachineModuleInfoImpl