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

  /external/llvm/tools/llvm-mc/
Disassembler.cpp 141 std::unique_ptr<const MCRegisterInfo> MRI(T.createMCRegInfo(Triple));
llvm-mc.cpp 416 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 46 MRI = TheTarget.createMCRegInfo(getTargetTriple().str());
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 236 OwningPtr<const MCRegisterInfo> MRI(T->createMCRegInfo(Triple));
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 105 mc_reg_info = target->createMCRegInfo(pTriple);
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 46 const MCRegisterInfo *MRI = TheTarget->createMCRegInfo(TT);
  /external/llvm/lib/Object/
IRObjectFile.cpp 52 std::unique_ptr<MCRegisterInfo> MRI(T->createMCRegInfo(TT.str()));
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 373 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
  /external/clang/tools/driver/
cc1as_main.cpp 307 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(Opts.Triple));
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 622 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
  /external/llvm/tools/sancov/
sancov.cc 266 TheTarget->createMCRegInfo(TripleName));
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 527 std::unique_ptr<llvm::MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TT));
  /external/llvm/include/llvm/Support/
TargetRegistry.h 329 /// createMCRegInfo - Create a MCRegisterInfo implementation.
331 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 817 TheTarget->createMCRegInfo(TripleName));
    [all...]
MachODump.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 586 MRI.reset(TheTarget->createMCRegInfo(TripleName));
    [all...]

Completed in 128 milliseconds