HomeSort by: relevance | last modified time | path
    Searched refs:memcpyAddend (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 57 int64_t memcpyAddend(const RelocationEntry &RE) const;
63 /// memcpyAddend method can be used to read the immediate.
RuntimeDyldMachO.cpp 46 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 51 RE.Addend = memcpyAddend(RE);
RuntimeDyldMachOI386.h 68 RE.Addend = memcpyAddend(RE);
RuntimeDyldMachOARM.h 69 return memcpyAddend(RE);

Completed in 17 milliseconds