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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 63 addRelocationForSection(RE, Value.SectionID);
125 addRelocationForSection(GOTRE, Value.SectionID);
RuntimeDyldMachOARM.h 86 addRelocationForSection(RE, Value.SectionID);
193 addRelocationForSection(StubRE, Value.SectionID);
268 addRelocationForSection(R, SectionAID);
269 addRelocationForSection(R, SectionBID);
RuntimeDyldMachOI386.h 78 addRelocationForSection(RE, Value.SectionID);
182 addRelocationForSection(R, SectionAID);
183 addRelocationForSection(R, SectionBID);
219 addRelocationForSection(R, TargetSectionID);
RuntimeDyldMachOAArch64.h 298 addRelocationForSection(RE, Value.SectionID);
394 addRelocationForSection(GOTRE, Value.SectionID);
400 addRelocationForSection(TargetRE, RE.SectionID);
RuntimeDyldCOFFX86_64.h 175 addRelocationForSection(RE, TargetSectionID);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]
RuntimeDyldImpl.h 334 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
RuntimeDyld.cpp 649 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
    [all...]

Completed in 92 milliseconds