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() {
64 SymbolListTy GetGVStubList() {
67 SymbolListTy GetHiddenGVStubList() {
90 SymbolListTy GetGVStubList() {
MachineModuleInfo.h 92 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy;
97 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/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 143 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 614 MachineModuleInfoMachO::SymbolListTy Stubs;
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 490 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 94 milliseconds