HomeSort by relevance Sort by last modified time
    Searched refs:getExtSym (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 136 /// MachineRelocation::getExtSym - Return a relocation entry for an external
139 static MachineRelocation getExtSym(uintptr_t offset, unsigned RelocationType,
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 169 return MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 257 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 310 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 521 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
    [all...]

Completed in 226 milliseconds