HomeSort by relevance Sort by last modified time
    Searched refs:SymbolListTy (Results 1 - 6 of 6) 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 88 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy;
90 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/PowerPC/
PPCAsmPrinter.cpp 128 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
506 EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs) {
610 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetFnStubList();
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 513 MachineModuleInfoMachO::SymbolListTy Stubs;
674 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 612 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList();
    [all...]

Completed in 402 milliseconds