Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp795 UmbrellaSection CurrentSection; in NormalizedTBD_V4() local
796 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() local
818 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp27 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()
H A DCSKYTargetStreamer.h23 MCSection *CurrentSection = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp150 Section *CurrentSection; in parse() local
151 if (auto Err = addSection("*", FileIdx, 1).moveInto(CurrentSection)) { in parse()
181 .moveInto(CurrentSection)) { in parse()
197 auto &Entry = CurrentSection->Entries[Prefix][Category]; in parse()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp566 section_iterator CurrentSection; member in __anoncaeeea5c0211::ObjectFileHandler
576 : 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()