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

1 2

  /external/llvm/tools/llvm-mc/
Disassembler.cpp 141 std::unique_ptr<const MCRegisterInfo> MRI(T.createMCRegInfo(Triple));
llvm-mc.cpp 421 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
  /external/llvm/unittests/MC/
DwarfLineTables.cpp 40 MRI.reset(TheTarget->createMCRegInfo(Triple));
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
Disassembler.cpp 53 const MCRegisterInfo *MRI = TheTarget->createMCRegInfo(TripleName);
EDDisassembler.cpp 169 MRI.reset(Tgt->createMCRegInfo(tripleString));
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 51 MRI = TheTarget.createMCRegInfo(getTargetTriple().str());
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 46 const MCRegisterInfo *MRI = TheTarget->createMCRegInfo(TT);
  /external/llvm/lib/Object/
IRObjectFile.cpp 60 std::unique_ptr<MCRegisterInfo> MRI(T->createMCRegInfo(TT.str()));
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 367 llvm::OwningPtr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
  /external/clang/tools/driver/
cc1as_main.cpp 307 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(Opts.Triple));
  /external/llvm/include/llvm/Support/
TargetRegistry.h 322 /// createMCRegInfo - Create a MCRegisterInfo implementation.
324 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 651 std::unique_ptr<MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TripleName));
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 300 /// createMCRegInfo - Create a MCRegisterInfo implementation.
302 MCRegisterInfo *createMCRegInfo(StringRef Triple) const {
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 565 std::unique_ptr<llvm::MCRegisterInfo> MRI(TheTarget->createMCRegInfo(TT));
  /external/llvm/tools/sancov/
sancov.cc 364 TheTarget->createMCRegInfo(TripleName));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 336 /// createMCRegInfo - Create a MCRegisterInfo implementation.
338 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TargetRegistry.h 336 /// createMCRegInfo - Create a MCRegisterInfo implementation.
338 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TargetRegistry.h 336 /// createMCRegInfo - Create a MCRegisterInfo implementation.
338 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TargetRegistry.h 332 /// createMCRegInfo - Create a MCRegisterInfo implementation.
334 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
TargetRegistry.h 332 /// createMCRegInfo - Create a MCRegisterInfo implementation.
334 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
TargetRegistry.h 332 /// createMCRegInfo - Create a MCRegisterInfo implementation.
334 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
TargetRegistry.h 332 /// createMCRegInfo - Create a MCRegisterInfo implementation.
334 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 336 /// createMCRegInfo - Create a MCRegisterInfo implementation.
338 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
TargetRegistry.h 336 /// createMCRegInfo - Create a MCRegisterInfo implementation.
338 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
TargetRegistry.h 336 /// createMCRegInfo - Create a MCRegisterInfo implementation.
338 MCRegisterInfo *createMCRegInfo(StringRef TT) const {
    [all...]

Completed in 562 milliseconds

1 2