Home
last modified time | relevance | path

Searched refs:SymbolListTy (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfoImpls.h61 SymbolListTy GetFnStubList() { return getSortedStubs(FnStubs); } in GetFnStubList()
62 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
63 SymbolListTy GetHiddenGVStubList() { return getSortedStubs(HiddenGVStubs); } in GetHiddenGVStubList()
84 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
DMachineModuleInfo.h97 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy; typedef
102 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs()
36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp142 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
1313 EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs) { in EmitFunctionStubs()
1465 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetFnStubList(); in doFinalization()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp595 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp505 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1099 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()