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

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h72 typedef PointerIntPair<MCSymbol*, 1, bool> StubValueTy; typedef in class:llvm::MachineModuleInfoImpl
74 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy;
79 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h72 typedef PointerIntPair<MCSymbol*, 1, bool> StubValueTy; typedef in class:llvm::MachineModuleInfoImpl
74 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy;
79 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);

Completed in 18 milliseconds