Home
last modified time | relevance | path

Searched refs:emitExternalSymbolAddress (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp95 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/
DX86CodeEmitter.cpp84 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/
DARMCodeEmitter.cpp348 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/llvm/docs/
DWritingAnLLVMBackend.rst1844 ``emitGlobalAddress``, ``emitExternalSymbolAddress``, ``emitConstPoolAddress``,
1868 emitExternalSymbolAddress(MO1.getSymbolName(), rt);