HomeSort by relevance Sort by last modified time
    Searched refs:createMCRelocationInfo (Results 1 - 6 of 6) 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...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 80 TheTarget->createMCRelocationInfo(Triple, *Ctx));
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 226 return llvm::createMCRelocationInfo(TT, Ctx);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 395 return llvm::createMCRelocationInfo(TT, Ctx);
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 315 TheTarget->createMCRelocationInfo(TripleName, *Ctx.get()));

Completed in 823 milliseconds