Searched refs:emitExternalSymbolAddress (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 95 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const; 192 emitExternalSymbolAddress(MO.getSymbolName(), getRelocation(MI, MO)); in getMachineOpValue() 211 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const { in emitExternalSymbolAddress() function in MipsCodeEmitter
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 84 void emitExternalSymbolAddress(const char *ES, unsigned Reloc); 288 void Emitter<CodeEmitter>::emitExternalSymbolAddress(const char *ES, in emitExternalSymbolAddress() function in Emitter 427 emitExternalSymbolAddress(RelocOp->getSymbolName(), RelocType); in emitDisplacementField() 797 emitExternalSymbolAddress(MO.getSymbolName(), X86::reloc_pcrel_word); in emitInstruction() 845 emitExternalSymbolAddress(MO1.getSymbolName(), rt); in emitInstruction() 928 emitExternalSymbolAddress(MO1.getSymbolName(), rt); in emitInstruction() 968 emitExternalSymbolAddress(MO.getSymbolName(), rt); in emitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 348 void emitExternalSymbolAddress(const char *ES, unsigned Reloc) const; 425 emitExternalSymbolAddress(MO.getSymbolName(), Reloc); in getMovi32Value() 448 emitExternalSymbolAddress(MO.getSymbolName(), ARM::reloc_arm_branch); in getMachineOpValue() 483 emitExternalSymbolAddress(const char *ES, unsigned Reloc) const { in emitExternalSymbolAddress() function in ARMCodeEmitter 648 emitExternalSymbolAddress(Sym, ARM::reloc_arm_absolute); in emitConstPoolInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1884 ``emitGlobalAddress``, ``emitExternalSymbolAddress``, ``emitConstPoolAddress``, 1908 emitExternalSymbolAddress(MO1.getSymbolName(), rt);
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1844 ``emitGlobalAddress``, ``emitExternalSymbolAddress``, ``emitConstPoolAddress``, 1868 emitExternalSymbolAddress(MO1.getSymbolName(), rt);
|