Searched refs:DataAddr (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp35 unsigned DataAddr; member in struct:__anon576::__anon577
352 if (MCU.Name == MCUName && MCU.DataAddr > 0)
353 return std::optional<unsigned>(MCU.DataAddr);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp92 uint8_t *DataAddr = S.getAddress(); local
109 dbgs() << " " << format("%02x", *DataAddr);
111 ++DataAddr;

Completed in 111 milliseconds