/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineModuleInfoImpls.h | 61 SymbolListTy GetFnStubList() const { in GetFnStubList() 64 SymbolListTy GetGVStubList() const { in GetGVStubList() 67 SymbolListTy GetHiddenGVStubList() const { in GetHiddenGVStubList() 90 SymbolListTy GetGVStubList() const { in GetGVStubList()
|
D | MachineModuleInfo.h | 88 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/ |
D | MachineModuleInfoImpls.h | 55 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList() 56 SymbolListTy GetThreadLocalGVStubList() { in GetThreadLocalGVStubList() 80 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
|
D | MachineModuleInfo.h | 63 using SymbolListTy = std::vector<std::pair<MCSymbol *, StubValueTy>>; variable 70 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfoImpls.h | 51 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList() 52 SymbolListTy GetThreadLocalGVStubList() { in GetThreadLocalGVStubList() 75 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
|
D | MachineModuleInfo.h | 98 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/ |
D | MachineModuleInfoImpls.cpp | 34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs() 36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 36 MachineModuleInfoImpl::SymbolListTy 39 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in GetSortedStubs()
|
/external/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs() 36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 127 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/ |
D | X86AsmPrinter.cpp | 489 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile() 650 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in EmitEndOfAsmFile()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 587 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 640 MachineModuleInfoMachO::SymbolListTy Stubs; in emitNonLazyStubs()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1367 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in doFinalization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1601 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in doFinalization()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 595 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 502 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 523 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1152 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1383 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()
|