HomeSort by relevance Sort by last modified time
    Searched refs:getSortedStubs (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 61 SymbolListTy GetFnStubList() { return getSortedStubs(FnStubs); }
62 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); }
63 SymbolListTy GetHiddenGVStubList() { return getSortedStubs(HiddenGVStubs); }
84 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); }
MachineModuleInfo.h 102 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
  /external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp 34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs(

Completed in 1094 milliseconds