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

1 2

  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.cpp 51 static MCInstrInfo *createMCInstrInfo() {
108 TargetRegistry::RegisterMCInstrInfo(*T, createMCInstrInfo);
  /external/llvm/lib/Target/WebAssembly/Disassembler/
WebAssemblyDisassembler.cpp 51 std::unique_ptr<const MCInstrInfo> MCII(T.createMCInstrInfo());
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 52 MII = TheTarget.createMCInstrInfo();
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 55 const MCInstrInfo *MII = TheTarget->createMCInstrInfo();
  /external/llvm/lib/Object/
IRObjectFile.cpp 73 std::unique_ptr<MCInstrInfo> MCII(T->createMCInstrInfo());
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 134 std::unique_ptr<MCInstrInfo> MII(TM.getTarget().createMCInstrInfo());
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 395 OwningPtr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo());
  /external/clang/tools/driver/
cc1as_main.cpp 367 std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo());
  /external/llvm/include/llvm/Support/
TargetRegistry.h 306 /// createMCInstrInfo - Create a MCInstrInfo implementation.
308 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 63 OSABI(OSABI), MCII (T.createMCInstrInfo()), RelaxTarget(new MCInst *),
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 489 std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo());
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 666 std::unique_ptr<MCInstrInfo> MII(TheTarget->createMCInstrInfo());
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 284 /// createMCInstrInfo - Create a MCInstrInfo implementation.
286 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 568 std::unique_ptr<llvm::MCInstrInfo> MII(TheTarget->createMCInstrInfo());
  /external/llvm/tools/sancov/
sancov.cc 377 std::unique_ptr<const MCInstrInfo> MII(TheTarget->createMCInstrInfo());
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 287 OwningPtr<const MCInstrInfo> InstrInfo(TheTarget->createMCInstrInfo());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 320 /// createMCInstrInfo - Create a MCInstrInfo implementation.
322 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 320 /// createMCInstrInfo - Create a MCInstrInfo implementation.
322 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 320 /// createMCInstrInfo - Create a MCInstrInfo implementation.
322 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 320 /// createMCInstrInfo - Create a MCInstrInfo implementation.
322 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 320 /// createMCInstrInfo - Create a MCInstrInfo implementation.
322 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 320 /// createMCInstrInfo - Create a MCInstrInfo implementation.
322 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 320 /// createMCInstrInfo - Create a MCInstrInfo implementation.
322 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetRegistry.h 320 /// createMCInstrInfo - Create a MCInstrInfo implementation.
322 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp     [all...]

Completed in 670 milliseconds

1 2