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

  /external/clang/tools/driver/
cc1as_main.cpp 279 OwningPtr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo());
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 396 OwningPtr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo());
  /external/llvm/include/llvm/Support/
TargetRegistry.h 286 /// createMCInstrInfo - Create a MCInstrInfo implementation.
288 MCInstrInfo *createMCInstrInfo() const {
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 250 OwningPtr<const MCInstrInfo> InstrInfo(TheTarget->createMCInstrInfo());

Completed in 127 milliseconds