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

1 2

  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.cpp 37 static MCAsmInfo *createMCAsmInfo(const MCRegisterInfo & /*MRI*/,
105 RegisterMCAsmInfoFn X(*T, createMCAsmInfo);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 56 static MCAsmInfo *createMCAsmInfo(const Target &T, StringRef TT) {
108 RegisterMCAsmInfoFn X(TheMBlazeTarget, createMCAsmInfo);
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 147 std::unique_ptr<const MCAsmInfo> MAI(T.createMCAsmInfo(*MRI, Triple));
llvm-mc.cpp 424 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName));
  /external/llvm/unittests/MC/
DwarfLineTables.cpp 41 MAI.reset(TheTarget->createMCAsmInfo(*MRI, Triple));
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
Disassembler.cpp 50 const MCAsmInfo *MAI = TheTarget->createMCAsmInfo(TripleName);
EDDisassembler.cpp 176 AsmInfo.reset(Tgt->createMCAsmInfo(tripleString));
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 254 llvm::OwningPtr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(TripleName));
364 llvm::OwningPtr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(TripleName));
Disassembler.cpp 149 OwningPtr<const MCAsmInfo> AsmInfo(T.createMCAsmInfo(Triple));
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 61 TheTarget.createMCAsmInfo(*MRI, getTargetTriple().str());
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 51 const MCAsmInfo *MAI = TheTarget->createMCAsmInfo(*MRI, TT);
  /external/llvm/lib/Object/
IRObjectFile.cpp 64 std::unique_ptr<MCAsmInfo> MAI(T->createMCAsmInfo(*MRI, TT.str()));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LLVMTargetMachine.cpp 116 AsmInfo = T.createMCAsmInfo(Triple);
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
llvm-objdump.cpp 219 OwningPtr<const MCAsmInfo> AsmInfo(TheTarget->createMCAsmInfo(TripleName));
MachODump.cpp 292 OwningPtr<const MCAsmInfo> AsmInfo(TheTarget->createMCAsmInfo(TripleName));
  /external/clang/tools/driver/
cc1as_main.cpp 310 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, Opts.Triple));
  /external/llvm/include/llvm/Support/
TargetRegistry.h 286 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
293 MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI,
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 655 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 262 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
269 MCAsmInfo *createMCAsmInfo(StringRef Triple) const {
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 566 std::unique_ptr<llvm::MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TT));
  /external/llvm/tools/sancov/
sancov.cc 368 TheTarget->createMCAsmInfo(*MRI, TripleName));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 300 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
307 MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TargetRegistry.h 300 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
307 MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TargetRegistry.h 300 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
307 MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TargetRegistry.h 302 /// createMCAsmInfo - Create a MCAsmInfo implementation for the specified
309 MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI,
    [all...]

Completed in 683 milliseconds

1 2