Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp833 UmbrellaSection CurrentSection; in NormalizedTBD_V4() local
834 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
858 SymbolSection CurrentSection; in NormalizedTBD_V4() local
859 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() local
1006 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in assignTargetsToLibrary()
[all …]
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp606 section_iterator CurrentSection; member in ObjectFileHandler
611 : 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()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp669 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() local
671 cast_or_null<MCSectionELF>(CurrentSection.first)) in ParseSectionArguments()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1435 const BinarySection *CurrentSection = nullptr; in printGlobalSymbols() local
1441 if (FirstSection || Section != *CurrentSection) { in printGlobalSymbols()
1454 CurrentSection = &Section; in printGlobalSymbols()