Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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.h90 static SymbolListTy GetSortedStubs(const DenseMap<MCSymbol*, StubValueTy>&);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfoImpls.cpp37 MachineModuleInfoImpl::GetSortedStubs(const DenseMap<MCSymbol*, in GetSortedStubs() function in MachineModuleInfoImpl