Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDTextStub.cpp796 UmbrellaSection CurrentSection; in NormalizedTBD_V4() local
797 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
799 CurrentSection.Umbrella = it.first; in NormalizedTBD_V4()
800 ParentUmbrellas.emplace_back(std::move(CurrentSection)); in NormalizedTBD_V4()
818 SymbolSection CurrentSection; in NormalizedTBD_V4() local
819 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
830 CurrentSection.WeakSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
832 CurrentSection.TlvSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
834 CurrentSection.Symbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
837 CurrentSection.Classes.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
HDCSKYTargetStreamer.cpp26 if (CurrentSection != nullptr) in emitAll()
27 Streamer.switchSection(CurrentSection); in emitAll()
44 if (CurrentSection == nullptr) in addEntry()
45 CurrentSection = Streamer.getCurrentSectionOnly(); in addEntry()
77 CurrentSection = nullptr; in clearCache()
HDCSKYTargetStreamer.h23 MCSection *CurrentSection = nullptr; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDSpecialCaseList.cpp147 Section *CurrentSection; in parse() local
148 if (auto Err = addSection("*", 1).moveInto(CurrentSection)) { in parse()
177 .moveInto(CurrentSection)) { in parse()
193 auto &Entry = CurrentSection->Entries[Prefix][Category]; in parse()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDOffloadBundler.cpp551 section_iterator CurrentSection; member in __anonb93014750111::ObjectFileHandler
561 : Obj(std::move(ObjIn)), CurrentSection(Obj->section_begin()), in ObjectFileHandler()
571 CurrentSection = NextSection; in ReadBundleStart()
577 IsOffloadSection(*CurrentSection); in ReadBundleStart()
589 Expected<StringRef> ContentOrErr = CurrentSection->getContents(); in ReadBundle()