/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfoImpls.h | 54 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList() 55 SymbolListTy GetThreadLocalGVStubList() { in GetThreadLocalGVStubList() 79 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList() 101 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-project/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfoImpls.h | 54 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList() 55 SymbolListTy GetThreadLocalGVStubList() { in GetThreadLocalGVStubList() 79 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList() 101 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/llvm-project/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-10.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/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs() 36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 587 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 684 MachineModuleInfoMachO::SymbolListTy Stubs; in emitNonLazyStubs()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 731 MachineModuleInfoMachO::SymbolListTy Stubs; in emitNonLazyStubs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1460 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization() 1479 MachineModuleInfoCOFF::SymbolListTy Stubs = MMICOFF.GetGVStubList(); in doFinalization()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1367 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in doFinalization()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1646 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization() 1665 MachineModuleInfoCOFF::SymbolListTy Stubs = MMICOFF.GetGVStubList(); in doFinalization()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 502 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 524 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 534 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in emitEndOfAsmFile()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1152 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()
|