HomeSort by relevance Sort by last modified time
    Searched refs:SymbolListTy (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfoImpls.h 61 SymbolListTy GetFnStubList() const {
64 SymbolListTy GetGVStubList() const {
67 SymbolListTy GetHiddenGVStubList() const {
90 SymbolListTy GetGVStubList() const {
MachineModuleInfo.h 88 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy;
90 static SymbolListTy GetSortedStubs(const DenseMap<MCSymbol*, StubValueTy>&);
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 51 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); }
52 SymbolListTy GetThreadLocalGVStubList() {
75 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); }
MachineModuleInfo.h 98 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy;
103 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
  /external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp 34 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs(
36 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfoImpls.cpp 36 MachineModuleInfoImpl::SymbolListTy
39 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end());
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 127 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
482 EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs) {
586 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetFnStubList();
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 489 MachineModuleInfoMachO::SymbolListTy Stubs;
650 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 587 MachineModuleInfoMachO::SymbolListTy Stubs;
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 502 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 595 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList();
    [all...]

Completed in 705 milliseconds