HomeSort by relevance Sort by last modified time
    Searched refs:SymbolListTy (Results 1 - 7 of 7) 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/AArch64/
AArch64AsmPrinter.cpp 324 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 531 MachineModuleInfoMachO::SymbolListTy Stubs;
690 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 133 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
777 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 650 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList();
    [all...]

Completed in 79 milliseconds