Searched refs:createMCRelocationInfo (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/ |
D | MCRelocationInfo.cpp | 28 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
|
D | Disassembler.cpp | 85 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | MCRelocationInfo.cpp | 31 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
|
D | Disassembler.cpp | 75 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCTargetDesc.cpp | 86 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCTargetDesc.cpp | 78 return createMCRelocationInfo(TheTriple, Ctx); in createLanaiElfRelocation()
|
/external/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 72 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/ |
D | TargetRegistry.h | 105 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/ |
D | ARMMCTargetDesc.cpp | 232 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 241 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 228 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 296 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1420 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleObject()
|
D | MachODump.cpp | 6828 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO() 6877 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6449 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO() 6497 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()
|