Searched defs:LocalAddress (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h287 virtual void mapSectionAddress(const void *LocalAddress, argument
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp146 uint8_t *LocalAddress = Section.Address + Offset; local
195 bool RuntimeDyldMachO::resolveI386Relocation(uint8_t *LocalAddress, argument
224 bool RuntimeDyldMachO::resolveX86_64Relocation(uint8_t *LocalAddress, argument
265 resolveARMRelocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
353 uint8_t *LocalAddress = Section.Address + Offset; local
[all...]
H A DRuntimeDyld.cpp67 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, argument
628 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, argument
H A DRuntimeDyldELF.cpp678 uint8_t* LocalAddress = Section.Address + Offset; local
751 uint8_t *LocalAddress = Section.Address + Offset; local
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h245 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) { argument

Completed in 161 milliseconds