Searched defs:createMCRelocationInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp31 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, function in class:llvm
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h72 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
243 /// MCRelocationInfo, if registered (default = llvm::createMCRelocationInfo)
498 /// createMCRelocationInfo - Create a target specific MCRelocationInfo.
502 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { function in class:llvm::Target
505 : llvm::createMCRelocationInfo;

Completed in 211 milliseconds