/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/ |
D | MCRelocationInfo.cpp | 27 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
|
D | Disassembler.cpp | 88 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-10.0/llvm/lib/MC/MCDisassembler/ |
D | MCRelocationInfo.cpp | 27 MCRelocationInfo *llvm::createMCRelocationInfo(const Triple &TT, in createMCRelocationInfo() function in llvm
|
D | Disassembler.cpp | 88 TheTarget->createMCRelocationInfo(TT, *Ctx)); in LLVMCreateDisasmCPUFeatures()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/MCTargetDesc/ |
D | M68kMCTargetDesc.cpp | 99 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createM68kMCRelocationInfo()
|
/external/swiftshader/third_party/llvm-10.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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiMCTargetDesc.cpp | 87 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-10.0/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 109 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx); 563 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function 566 : llvm::createMCRelocationInfo; in createMCRelocationInfo()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
D | TargetRegistry.h | 124 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx); 670 MCRelocationInfo *createMCRelocationInfo(StringRef TT, MCContext &Ctx) const { in createMCRelocationInfo() function 673 : 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-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 243 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-16.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 395 return llvm::createMCRelocationInfo(TT, Ctx); in createARMMCRelocationInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 381 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 483 return llvm::createMCRelocationInfo(TheTriple, Ctx); in createX86MCRelocationInfo()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6449 TheTarget->createMCRelocationInfo(TripleName, Ctx)); in DisassembleMachO() 6497 ThumbTarget->createMCRelocationInfo(ThumbTripleName, *PtrThumbCtx)); in DisassembleMachO()
|