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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 70 mcld::TargetRegistry::RegisterEmulation(mcld::TheARMTarget, mcld::emulateARMLD);
71 mcld::TargetRegistry::RegisterEmulation(mcld::TheThumbTarget, mcld::emulateARMLD);
  /frameworks/compile/mclinker/lib/Target/X86/
X86Emulation.cpp 72 mcld::TargetRegistry::RegisterEmulation(mcld::TheX86_32Target, mcld::emulateX86LD);
73 mcld::TargetRegistry::RegisterEmulation(mcld::TheX86_64Target, mcld::emulateX86LD);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp 62 mcld::TargetRegistry::RegisterEmulation(mcld::TheHexagonTarget,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp 62 mcld::TargetRegistry::RegisterEmulation(mcld::TheMipselTarget, mcld::emulateMipsLD);
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 188 /// RegisterEmulation - Register a emulation function for the target.
193 static void RegisterEmulation(mcld::Target &T, mcld::Target::EmulationFnTy Fn)

Completed in 146 milliseconds