Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAVR.cpp367 llvm::Optional<unsigned> SectionAddressData = GetMCUSectionAddressData(CPU); in ConstructJob() local
383 if (SectionAddressData.hasValue()) { in ConstructJob()
385 llvm::utohexstr(SectionAddressData.getValue()); in ConstructJob()