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

  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.h 27 MCAsmInfo* createMCAsmInfo(const Target &T, StringRef TT);
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 147 std::unique_ptr<const MCAsmInfo> MAI(T.createMCAsmInfo(*MRI, Triple));
llvm-mc.cpp 419 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName));
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 56 TheTarget.createMCAsmInfo(*MRI, getTargetTriple().str());
  /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, TT);
  /external/llvm/lib/Object/
IRObjectFile.cpp 56 std::unique_ptr<MCAsmInfo> MAI(T->createMCAsmInfo(*MRI, TT.str()));
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 377 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName));
  /external/clang/tools/driver/
cc1as_main.cpp 310 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, Opts.Triple));
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 626 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName));
  /external/llvm/tools/sancov/
sancov.cc 270 TheTarget->createMCAsmInfo(*MRI, TripleName));
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 528 std::unique_ptr<llvm::MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TT));
  /external/llvm/include/llvm/Support/
TargetRegistry.h 289 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
296 MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI,
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 823 TheTarget->createMCAsmInfo(*MRI, TripleName));
    [all...]
MachODump.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 590 MAI.reset(TheTarget->createMCAsmInfo(*MRI, TripleName));
    [all...]

Completed in 602 milliseconds