Searched refs:SectionAddressData (Results 1 – 1 of 1) sorted by relevance
432 llvm::Optional<unsigned> SectionAddressData = GetMCUSectionAddressData(CPU); in ConstructJob() local477 if (SectionAddressData) { in ConstructJob()479 std::string("-Tdata=0x") + llvm::utohexstr(SectionAddressData.value()); in ConstructJob()