Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DAVR.cpp364 llvm::Optional<unsigned> SectionAddressData = GetMCUSectionAddressData(CPU); in ConstructJob() local
380 if (SectionAddressData.hasValue()) { in ConstructJob()
382 llvm::utohexstr(SectionAddressData.getValue()); in ConstructJob()