Home
last modified time | relevance | path

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

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