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

  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 65 const MCRegisterInfo *MRI = TheTarget->createMCRegInfo(TripleName);
EDDisassembler.cpp 146 MRI.reset(Tgt->createMCRegInfo(tripleString));
  /external/clang/tools/driver/
cc1as_main.cpp 287 OwningPtr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(Opts.Triple));
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 391 llvm::OwningPtr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
  /external/llvm/include/llvm/Support/
TargetRegistry.h 309 /// createMCRegInfo - Create a MCRegisterInfo implementation.
311 MCRegisterInfo *createMCRegInfo(StringRef Triple) const {
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 252 OwningPtr<const MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
MachODump.cpp 261 OwningPtr<const MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));

Completed in 268 milliseconds