Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp384 llvm::Optional<unsigned> SectionAddressData = GetMCUSectionAddressData(CPU); in ConstructJob() local
400 if (SectionAddressData.hasValue()) { in ConstructJob()
402 llvm::utohexstr(SectionAddressData.getValue()); in ConstructJob()