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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineModuleInfoImpls.h62 return GetSortedStubs(FnStubs);
65 return GetSortedStubs(GVStubs);
68 return GetSortedStubs(HiddenGVStubs);
91 return GetSortedStubs(GVStubs);
H A DMachineModuleInfo.h89 static SymbolListTy GetSortedStubs(const DenseMap<MCSymbol*, StubValueTy>&);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp34 /// GetSortedStubs - Return the entries from a DenseMap in a deterministic
37 MachineModuleInfoImpl::GetSortedStubs(const DenseMap<MCSymbol*, function in class:MachineModuleInfoImpl

Completed in 134 milliseconds