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

  /external/llvm/lib/MC/
MCRelocationInfo.cpp 37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
  /external/llvm/include/llvm/Support/
TargetRegistry.h 62 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx);
229 /// MCRelocationInfo, if registered (default = llvm::createMCRelocationInfo)
238 MCRelocationInfoCtorFn(llvm::createMCRelocationInfo),
465 /// createMCRelocationInfo - Create a target specific MCRelocationInfo.
470 createMCRelocationInfo(StringRef TT, MCContext &Ctx) const {
    [all...]

Completed in 54 milliseconds