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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 27 MCAsmInfo* createMCAsmInfo(const Target &T, StringRef TT);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 27 MCAsmInfo* createMCAsmInfo(const Target &T, StringRef TT);
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 171 std::unique_ptr<const MCAsmInfo> MAI(T.createMCAsmInfo(*MRI, Triple));
llvm-mc.cpp 390 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 206 OwningPtr<const MCAsmInfo> AsmInfo(T->createMCAsmInfo(Triple));
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 51 MCAsmInfo *TmpAsmInfo = TheTarget.createMCAsmInfo(*getRegisterInfo(),
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 206 OwningPtr<const MCAsmInfo> AsmInfo(T->createMCAsmInfo(Triple));
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 107 asm_info = target->createMCAsmInfo(pTriple);
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 51 const MCAsmInfo *MAI = TheTarget->createMCAsmInfo(*MRI, Triple);
  /external/llvm/lib/Object/
IRObjectFile.cpp 59 std::unique_ptr<MCAsmInfo> MAI(T->createMCAsmInfo(*MRI, Triple));
  /external/clang/tools/driver/
cc1as_main.cpp 307 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, Opts.Triple));
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 226 TheTarget->createMCAsmInfo(*MRI, TripleName));
llvm-objdump.cpp 299 TheTarget->createMCAsmInfo(*MRI, TripleName));
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 330 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName));
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 481 std::unique_ptr<llvm::MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TT));
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 445 m_asm_info_ap.reset(curr_target->createMCAsmInfo(*curr_target->createMCRegInfo(triple), triple));
  /external/llvm/include/llvm/Support/
TargetRegistry.h 276 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
283 MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI,
    [all...]

Completed in 417 milliseconds