Searched refs:CurrentSection (Results 1 – 6 of 6) sorted by relevance
833 UmbrellaSection CurrentSection; in NormalizedTBD_V4() local834 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()858 SymbolSection CurrentSection; in NormalizedTBD_V4() local859 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()887 sort(CurrentSection.Symbols); in NormalizedTBD_V4()888 sort(CurrentSection.Classes); in NormalizedTBD_V4()889 sort(CurrentSection.ClassEHs); in NormalizedTBD_V4()890 sort(CurrentSection.Ivars); in NormalizedTBD_V4()1005 MetadataSection CurrentSection; in assignTargetsToLibrary() local1006 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in assignTargetsToLibrary()[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
606 section_iterator CurrentSection; member in ObjectFileHandler611 : Obj(std::move(ObjIn)), CurrentSection(Obj->section_begin()), in ObjectFileHandler()620 CurrentSection = NextSection; in ReadBundleStart()626 IsOffloadSection(*CurrentSection); in ReadBundleStart()638 Expected<StringRef> ContentOrErr = CurrentSection->getContents(); in ReadBundle()
669 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() local671 cast_or_null<MCSectionELF>(CurrentSection.first)) in ParseSectionArguments()
1435 const BinarySection *CurrentSection = nullptr; in printGlobalSymbols() local1441 if (FirstSection || Section != *CurrentSection) { in printGlobalSymbols()1454 CurrentSection = &Section; in printGlobalSymbols()