Home
last modified time | relevance | path

Searched refs:TargetAddr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h61 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) { in mapSectionAddress() argument
64 RTDyld->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
262 TargetAddress TargetAddr) { in mapSectionAddress() argument
263 (*H)->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h413 uint64_t TargetAddr = in getSymbol() local
415 return RuntimeDyld::SymbolInfo(TargetAddr, SymEntry.getFlags()); in getSymbol()