Searched refs:createMCRegInfo (Results 1 - 13 of 13) sorted by relevance

/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp165 std::unique_ptr<const MCRegisterInfo> MRI(T.createMCRegInfo(Triple));
H A Dllvm-mc.cpp387 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp236 OwningPtr<const MCRegisterInfo> MRI(T->createMCRegInfo(Triple));
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp236 OwningPtr<const MCRegisterInfo> MRI(T->createMCRegInfo(Triple));
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp438 m_reg_info_ap.reset (curr_target->createMCRegInfo(triple));
445 m_asm_info_ap.reset(curr_target->createMCAsmInfo(*curr_target->createMCRegInfo(triple), triple));
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp46 const MCRegisterInfo *MRI = TheTarget->createMCRegInfo(Triple);
/external/llvm/lib/Object/
H A DIRObjectFile.cpp55 std::unique_ptr<MCRegisterInfo> MRI(T->createMCRegInfo(Triple));
/external/clang/tools/driver/
H A Dcc1as_main.cpp304 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(Opts.Triple));
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp224 TheTarget->createMCRegInfo(TripleName));
H A Dllvm-objdump.cpp291 TheTarget->createMCRegInfo(TripleName));
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp327 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
/external/clang/lib/Parse/
H A DParseStmtAsm.cpp480 std::unique_ptr<llvm::MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TT));
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h316 /// createMCRegInfo - Create a MCRegisterInfo implementation.
318 MCRegisterInfo *createMCRegInfo(StringRef Triple) const { function in class:llvm::Target

Completed in 1557 milliseconds