Searched defs:StubValueTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h85 typedef PointerIntPair<MCSymbol*, 1, bool> StubValueTy; typedef in class:llvm::MachineModuleInfoImpl
87 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy;
89 static SymbolListTy GetSortedStubs(const DenseMap<MCSymbol*, StubValueTy>&);

Completed in 113 milliseconds