Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfoImpls.h61 SymbolListTy GetFnStubList() const { in GetFnStubList()
64 SymbolListTy GetGVStubList() const { in GetGVStubList()
67 SymbolListTy GetHiddenGVStubList() const { in GetHiddenGVStubList()
90 SymbolListTy GetGVStubList() const { in GetGVStubList()
DMachineModuleInfo.h88 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy; typedef
90 static SymbolListTy GetSortedStubs(const DenseMap<MCSymbol*, StubValueTy>&);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineModuleInfoImpls.h55 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
56 SymbolListTy GetThreadLocalGVStubList() { in GetThreadLocalGVStubList()
80 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
DMachineModuleInfo.h63 using SymbolListTy = std::vector<std::pair<MCSymbol *, StubValueTy>>; variable
70 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfoImpls.h51 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
52 SymbolListTy GetThreadLocalGVStubList() { in GetThreadLocalGVStubList()
75 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
DMachineModuleInfo.h98 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy; typedef
103 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs()
36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfoImpls.cpp36 MachineModuleInfoImpl::SymbolListTy
39 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in GetSortedStubs()
/external/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs()
36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCAsmPrinter.cpp127 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
482 EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs) { in EmitFunctionStubs()
586 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetFnStubList(); in doFinalization()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86AsmPrinter.cpp489 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile()
650 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in EmitEndOfAsmFile()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp587 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp640 MachineModuleInfoMachO::SymbolListTy Stubs; in emitNonLazyStubs()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1367 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in doFinalization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1601 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in doFinalization()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMAsmPrinter.cpp595 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp502 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp523 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1152 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1383 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()