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

/external/llvm/lib/MC/
H A DMCRelocationInfo.cpp37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) { function in class:llvm
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h60 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx);
235 /// MCRelocationInfo, if registered (default = llvm::createMCRelocationInfo)
462 /// createMCRelocationInfo - Create a target specific MCRelocationInfo.
467 createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { function in class:llvm::Target
470 : llvm::createMCRelocationInfo;

Completed in 1749 milliseconds