Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp834 UmbrellaSection CurrentSection; in NormalizedTBD_V4() local
835 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
837 CurrentSection.Umbrella = it.first; in NormalizedTBD_V4()
838 ParentUmbrellas.emplace_back(std::move(CurrentSection)); in NormalizedTBD_V4()
859 SymbolSection CurrentSection; in NormalizedTBD_V4() local
860 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
871 CurrentSection.WeakSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
873 CurrentSection.TlvSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
875 CurrentSection.Symbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
878 CurrentSection.Classes.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp509 section_iterator CurrentSection; member in ObjectFileHandler
515 CurrentSection(Obj->section_begin()), in ObjectFileHandler()
524 CurrentSection = NextSection; in ReadBundleStart()
530 IsOffloadSection(*CurrentSection); in ReadBundleStart()
542 Expected<StringRef> ContentOrErr = CurrentSection->getContents(); in ReadBundle()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp648 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() local
650 cast_or_null<MCSectionELF>(CurrentSection.first)) in ParseSectionArguments()