Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineModuleInfoImpls.h61 SymbolListTy GetFnStubList() { in GetFnStubList()
64 SymbolListTy GetGVStubList() { in GetGVStubList()
67 SymbolListTy GetHiddenGVStubList() { in GetHiddenGVStubList()
90 SymbolListTy GetGVStubList() { in GetGVStubList()
HDMachineModuleInfo.h101 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy; typedef
106 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineModuleInfoImpls.cpp34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs()
36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp143 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
1327 EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs) { in EmitFunctionStubs()
1480 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetFnStubList(); in doFinalization()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86AsmPrinter.cpp593 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp485 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp1048 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()