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

  /external/llvm/lib/Target/Sparc/
SparcTargetObjectFile.cpp 24 MachineModuleInfoELF &ELFMMI = MMI->getObjFileInfo<MachineModuleInfoELF>();
28 // Add information about the stub reference to ELFMMI so that the stub
30 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 322 MachineModuleInfoELF &ELFMMI = MMI->getObjFileInfo<MachineModuleInfoELF>();
328 // Add information about the stub reference to ELFMMI so that the stub
331 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym);
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 92 MachineModuleInfoELF &ELFMMI = MMI->getObjFileInfo<MachineModuleInfoELF>();
96 // Add information about the stub reference to ELFMMI so that the stub
98 MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.getGVStubEntry(SSym);
    [all...]

Completed in 724 milliseconds