HomeSort by relevance Sort by last modified time
    Searched refs:TargetRegistry (Results 151 - 175 of 182) sorted by null

1 2 3 4 5 67 8

  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 55 #include "llvm/Support/TargetRegistry.h"
348 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple,
    [all...]
  /external/swiftshader/third_party/LLVM/
Android.mk 272 lib/Support/TargetRegistry.cpp \
  /external/clang/lib/CodeGen/
BackendUtil.cpp 36 #include "llvm/Support/TargetRegistry.h"
529 const llvm::Target *TheTarget = TargetRegistry::lookupTarget(Triple, Error);
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 33 #include "llvm/Support/TargetRegistry.h"
540 TheTarget = llvm::TargetRegistry::lookupTarget(TT, Error);
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 13 #include "llvm/Support/TargetRegistry.h"
    [all...]
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 43 #include "llvm/Support/TargetRegistry.h"
471 TargetRegistry::lookupTarget(TheTriple.str(), ErrMsg);
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 22 #include "llvm/Support/TargetRegistry.h"
783 TargetRegistry::RegisterMCDisassembler(TheXCoreTarget,
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 26 #include "llvm/Support/TargetRegistry.h"
544 cl::AddExtraVersionPrinter(TargetRegistry::printRegisteredTargetsForVersion);
  /external/llvm/tools/sancov/
sancov.cc 44 #include "llvm/Support/TargetRegistry.h"
356 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 25 #include "llvm/Support/TargetRegistry.h"
707 TargetRegistry::RegisterMCDisassembler(TheMBlazeTarget,
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 35 #include "llvm/Support/TargetRegistry.h"
79 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 18 #include "llvm/Support/TargetRegistry.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 43 #include "llvm/Support/TargetRegistry.h"
589 TargetRegistry::lookupTarget(TheTriple.str(), ErrMsg);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 29 #include "llvm/Support/TargetRegistry.h"
214 TargetRegistry::RegisterMCDisassembler(getTheHexagonTarget(),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 22 #include "llvm/Support/TargetRegistry.h"
783 TargetRegistry::RegisterMCDisassembler(getTheXCoreTarget(),
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfStreamer.cpp 19 #include "llvm/Support/TargetRegistry.h"
51 TargetRegistry::lookupTarget(TripleName, TheTriple, ErrorStr);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 24 #include "llvm/Support/TargetRegistry.h"
540 cl::AddExtraVersionPrinter(TargetRegistry::printRegisteredTargetsForVersion);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.cc 40 #include "llvm/Support/TargetRegistry.h"
761 llvm::TargetRegistry::lookupTarget(triple.getTriple(), error);
763 return InternalError("TargetRegistry::lookupTarget failed: %s", error);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 52 #include "llvm/Support/TargetRegistry.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
llvm-objdump.cpp 58 #include "llvm/Support/TargetRegistry.h"
427 const Target *TheTarget = TargetRegistry::lookupTarget(ArchName, TheTriple,
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 40 #include "llvm/Support/TargetRegistry.h"
964 TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
sancov.cpp 45 #include "llvm/Support/TargetRegistry.h"
779 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error);
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 23 #include "llvm/Support/TargetRegistry.h"
    [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 32 #include "llvm/Support/TargetRegistry.h"
150 TargetRegistry::RegisterMCDisassembler(TheHexagonTarget,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 47 #include "llvm/Support/TargetRegistry.h"
    [all...]

Completed in 776 milliseconds

1 2 3 4 5 67 8