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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 61 SymbolListTy GetFnStubList() const {
64 SymbolListTy GetGVStubList() const {
67 SymbolListTy GetHiddenGVStubList() const {
90 SymbolListTy GetGVStubList() const {
MachineModuleInfo.h 87 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy;
89 static SymbolListTy GetSortedStubs(const DenseMap<MCSymbol*, StubValueTy>&);
  /external/llvm/lib/CodeGen/
MachineModuleInfoImpls.cpp 36 MachineModuleInfoImpl::SymbolListTy
39 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end());
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 229 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 586 MachineModuleInfoMachO::SymbolListTy Stubs;
703 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 123 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
779 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 145 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 450 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 516 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList();
558 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
    [all...]

Completed in 519 milliseconds