Home
last modified time | relevance | path

Searched refs:DataAddr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DAVR.cpp36 unsigned DataAddr; member
353 if (MCU.Name == MCUName && MCU.DataAddr > 0) in GetMCUSectionAddressData()
354 return Optional<unsigned>(MCU.DataAddr); in GetMCUSectionAddressData()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp92 uint8_t *DataAddr = S.getAddress(); in dumpSectionMemory() local
109 dbgs() << " " << format("%02x", *DataAddr); in dumpSectionMemory()
111 ++DataAddr; in dumpSectionMemory()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp132 DataAddr, // refers to the address `v` enumerator
4822 semant == ConstituentSemantics::DataAddr || in genElementalArgument()