Searched defs:TargetAddress (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITSymbol.h26 typedef uint64_t TargetAddress; typedef in namespace:llvm::orc
32 typedef std::function<TargetAddress()> GetAddressFtor;
40 JITSymbol(TargetAddress Addr, JITSymbolFlags Flags)
60 TargetAddress getAddress() {
71 TargetAddress CachedAddr;
/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp340 int64_t TargetAddress; local
341 if (!Constant->evaluateAsAbsolute(TargetAddress)) {
346 O.write_hex(static_cast<uint32_t>(TargetAddress));
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h238 uint64_t TargetAddress) {
237 mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp117 uint64_t TargetAddress) {
121 reassignSectionAddress(i, TargetAddress);
962 uint64_t TargetAddress) {
963 Dyld->mapSectionAddress(LocalAddress, TargetAddress);
116 mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) argument
961 mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) argument

Completed in 232 milliseconds