Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h75 virtual void mapSectionAddress(void *LocalAddress, uint64_t TargetAddress) { in mapSectionAddress() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp51 void RuntimeDyldImpl::mapSectionAddress(void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyldImpl
483 void RuntimeDyld::mapSectionAddress(void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyld
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h247 virtual void mapSectionAddress(void *LocalAddress, uint64_t TargetAddress) { in mapSectionAddress() function