Home
last modified time | relevance | path

Searched refs:createMCRelocationInfo (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp28 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
DDisassembler.cpp85 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
/external/llvm/lib/MC/MCDisassembler/
DMCRelocationInfo.cpp31 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
DDisassembler.cpp75 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.cpp86 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCTargetDesc.cpp78 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
/external/llvm/include/llvm/Support/
DTargetRegistry.h72 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
502 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function
505 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetRegistry.h105 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx);
554 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function
557 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp232 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCTargetDesc.cpp241 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp228 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp296 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1420 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleObject()
DMachODump.cpp6828 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO()
6877 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6449 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO()
6497 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()