Searched refs:CurrentSection (Results 1 – 5 of 5) sorted by relevance
795 UmbrellaSection CurrentSection; in NormalizedTBD_V4() local796 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()798 CurrentSection.Umbrella = it.first; in NormalizedTBD_V4()799 ParentUmbrellas.emplace_back(std::move(CurrentSection)); in NormalizedTBD_V4()817 SymbolSection CurrentSection; in NormalizedTBD_V4() local818 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()829 CurrentSection.WeakSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()831 CurrentSection.TlvSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()833 CurrentSection.Symbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()836 CurrentSection.Classes.emplace_back(Symbol->getName()); in NormalizedTBD_V4()[all …]
27 if (CurrentSection != nullptr) in emitAll()28 Streamer.switchSection(CurrentSection); in emitAll()45 if (CurrentSection == nullptr) in addEntry()46 CurrentSection = Streamer.getCurrentSectionOnly(); in addEntry()78 CurrentSection = nullptr; in clearCache()
23 MCSection *CurrentSection = nullptr; variable
150 Section *CurrentSection; in parse() local151 if (auto Err = addSection("*", FileIdx, 1).moveInto(CurrentSection)) { in parse()181 .moveInto(CurrentSection)) { in parse()197 auto &Entry = CurrentSection->Entries[Prefix][Category]; in parse()
566 section_iterator CurrentSection; member in __anoncaeeea5c0211::ObjectFileHandler576 : Obj(std::move(ObjIn)), CurrentSection(Obj->section_begin()), in ObjectFileHandler()586 CurrentSection = NextSection; in ReadBundleStart()592 IsOffloadSection(*CurrentSection); in ReadBundleStart()604 Expected<StringRef> ContentOrErr = CurrentSection->getContents(); in ReadBundle()