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

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

Completed in 57 milliseconds