Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfoImpls.h54 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()
DMachineModuleInfo.h63 using SymbolListTy = std::vector<std::pair<MCSymbol *, StubValueTy>>; variable
70 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineModuleInfoImpls.h54 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()
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/llvm-project/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-10.0/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs()
36 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/llvm/lib/Target/X86/
DX86AsmPrinter.cpp587 MachineModuleInfoMachO::SymbolListTy Stubs; in EmitEndOfAsmFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp684 MachineModuleInfoMachO::SymbolListTy Stubs; in emitNonLazyStubs()
/external/llvm-project/llvm/lib/Target/X86/
DX86AsmPrinter.cpp731 MachineModuleInfoMachO::SymbolListTy Stubs; in emitNonLazyStubs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1460 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()
1479 MachineModuleInfoCOFF::SymbolListTy Stubs = MMICOFF.GetGVStubList(); in doFinalization()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1367 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in doFinalization()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1646 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()
1665 MachineModuleInfoCOFF::SymbolListTy Stubs = MMICOFF.GetGVStubList(); in doFinalization()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp502 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp524 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in EmitEndOfAsmFile()
/external/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp534 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in emitEndOfAsmFile()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1152 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()