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() { in GetFnStubList()
64 SymbolListTy GetGVStubList() { in GetGVStubList()
67 SymbolListTy GetHiddenGVStubList() { in GetHiddenGVStubList()
90 SymbolListTy GetGVStubList() { in GetGVStubList()
DMachineModuleInfo.h92 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy; typedef
97 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.cpp143 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
1271 EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs) { in EmitFunctionStubs()
1425 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetFnStubList(); in doFinalization()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp614 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp490 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1050 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()