Home
last modified time | relevance | path

Searched defs:mapSectionAddress (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h304 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h225 virtual void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) { in mapSectionAddress() function
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp101 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyldImpl
843 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyld