Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/TextAPI/MachO/
DTextStub.cpp836 UmbrellaSection CurrentSection; in NormalizedTBD_V4() local
837 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
839 CurrentSection.Umbrella = it.first; in NormalizedTBD_V4()
840 ParentUmbrellas.emplace_back(std::move(CurrentSection)); in NormalizedTBD_V4()
861 SymbolSection CurrentSection; in NormalizedTBD_V4() local
862 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
873 CurrentSection.WeakSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
875 CurrentSection.TlvSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
877 CurrentSection.Symbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
880 CurrentSection.Classes.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp833 UmbrellaSection CurrentSection; in NormalizedTBD_V4() local
834 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
836 CurrentSection.Umbrella = it.first; in NormalizedTBD_V4()
837 ParentUmbrellas.emplace_back(std::move(CurrentSection)); in NormalizedTBD_V4()
858 SymbolSection CurrentSection; in NormalizedTBD_V4() local
859 CurrentSection.Targets.insert(CurrentSection.Targets.begin(), in NormalizedTBD_V4()
870 CurrentSection.WeakSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
872 CurrentSection.TlvSymbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
874 CurrentSection.Symbols.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
877 CurrentSection.Classes.emplace_back(Symbol->getName()); in NormalizedTBD_V4()
[all …]
/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp451 section_iterator CurrentSection; member in ObjectFileHandler
457 CurrentSection(Obj->section_begin()), in ObjectFileHandler()
466 CurrentSection = NextSection; in ReadBundleStart()
472 IsOffloadSection(*CurrentSection); in ReadBundleStart()
484 Expected<StringRef> ContentOrErr = CurrentSection->getContents(); in ReadBundle()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() local
515 cast_or_null<MCSectionELF>(CurrentSection.first)) in ParseSectionArguments()
/external/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp636 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() local
638 cast_or_null<MCSectionELF>(CurrentSection.first)) in ParseSectionArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp627 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() local
629 cast_or_null<MCSectionELF>(CurrentSection.first)) in ParseSectionArguments()