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

/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h90 typedef PointerIntPair<MCSymbol*, 1, bool> StubValueTy; typedef in class:llvm::MachineModuleInfoImpl
92 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy;
97 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);

Completed in 182 milliseconds