Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp447 std::optional<unsigned> SectionAddressData = GetMCUSectionAddressData(CPU); in ConstructJob() local
502 if (SectionAddressData) { in ConstructJob()
505 Twine::utohexstr(*SectionAddressData))); in ConstructJob()