HomeSort by: relevance | last modified time | path
    Searched defs:createMCRelocationInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
MCRelocationInfo.cpp 27 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetRegistry.h 110 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
301 /// MCRelocationInfo, if registered (default = llvm::createMCRelocationInfo)
592 /// createMCRelocationInfo - Create a target specific MCRelocationInfo.
596 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const {
599 : llvm::createMCRelocationInfo;

Completed in 125 milliseconds