Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.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/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.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()
H A DCSKYTargetStreamer.h23 MCSection *CurrentSection = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp551 section_iterator CurrentSection; member in __anoncaeeea5c0111::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()