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

  /frameworks/compile/mclinker/include/mcld/MC/
MCDataFragment.h 58 void addRelocation(Relocation &pReloc){ m_Relocations.push_back(&pReloc); }
MCInstFragment.h 68 void addRelocation(Relocation &pReloc){ m_Relocations.push_back(&pReloc); }
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 196 void addRelocation(const MCSectionData *SD,
  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 505 /// addRelocation - add a relocation entry in MCLinker (only for object file)
508 Relocation* MCLinker::addRelocation(Relocation::Type pType,
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 413 virtual void addRelocation(const MachineRelocation &MR) {
    [all...]

Completed in 193 milliseconds