HomeSort by relevance Sort by last modified time
    Searched defs:createMCRelocationInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
MCRelocationInfo.cpp 37 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT,
  /external/llvm/include/llvm/Support/
TargetRegistry.h 72 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
246 /// MCRelocationInfo, if registered (default = llvm::createMCRelocationInfo)
506 /// createMCRelocationInfo - Create a target specific MCRelocationInfo.
510 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const {
513 : llvm::createMCRelocationInfo;
    [all...]

Completed in 808 milliseconds