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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 82 // getExtSym - Create and return an elf symbol to represent an
84 static ELFSym *getExtSym(const char *Ext) {
ELFWriter.cpp 707 SymbolList.push_back(ELFSym::getExtSym(*I));
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsCodeEmitter.cpp 212 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp 164 return MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 297 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 484 MCE.addRelocation(MachineRelocation::getExtSym(MCE.getCurrentPCOffset(),
    [all...]

Completed in 229 milliseconds