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

  /external/llvm/tools/llvm-mc/
Disassembler.cpp 165 std::unique_ptr<const MCRegisterInfo> MRI(T.createMCRegInfo(Triple));
llvm-mc.cpp 387 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 236 OwningPtr<const MCRegisterInfo> MRI(T->createMCRegInfo(Triple));
  /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/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 438 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/
Disassembler.cpp 46 const MCRegisterInfo *MRI = TheTarget->createMCRegInfo(Triple);
  /external/llvm/lib/Object/
IRObjectFile.cpp 55 std::unique_ptr<MCRegisterInfo> MRI(T->createMCRegInfo(Triple));
  /external/clang/tools/driver/
cc1as_main.cpp 304 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(Opts.Triple));
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 224 TheTarget->createMCRegInfo(TripleName));
llvm-objdump.cpp 291 TheTarget->createMCRegInfo(TripleName));
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 327 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 480 std::unique_ptr<llvm::MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TT));
  /external/llvm/include/llvm/Support/
TargetRegistry.h 316 /// createMCRegInfo - Create a MCRegisterInfo implementation.
318 MCRegisterInfo *createMCRegInfo(StringRef Triple) const {
    [all...]

Completed in 686 milliseconds