Searched refs:CurrentSection (Results 1 – 3 of 3) sorted by relevance
834 UmbrellaSection CurrentSection; in NormalizedTBD_V4() local835 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()837 CurrentSection.Umbrella = it.first; in NormalizedTBD_V4()838 ParentUmbrellas.emplace_back(std::move(CurrentSection)); in NormalizedTBD_V4()859 SymbolSection CurrentSection; in NormalizedTBD_V4() local860 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()871 CurrentSection.WeakSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()873 CurrentSection.TlvSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()875 CurrentSection.Symbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()878 CurrentSection.Classes.emplace_back(Symbol->getName()); in NormalizedTBD_V4()[all …]
509 section_iterator CurrentSection; member in ObjectFileHandler515 CurrentSection(Obj->section_begin()), in ObjectFileHandler()524 CurrentSection = NextSection; in ReadBundleStart()530 IsOffloadSection(*CurrentSection); in ReadBundleStart()542 Expected<StringRef> ContentOrErr = CurrentSection->getContents(); in ReadBundle()
648 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() local650 cast_or_null<MCSectionELF>(CurrentSection.first)) in ParseSectionArguments()