Home
last modified time | relevance | path

Searched refs:NewSection (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DObject.cpp22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents() argument
23 Sections.push_back(NewSection); in addSectionWithOwnedContents()
DObject.h35 void addSectionWithOwnedContents(Section NewSection,
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp334 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections() local
335 if (!NewSection) in replaceDebugSections()
336 return NewSection.takeError(); in replaceDebugSections()
338 FromTo[S] = *NewSection; in replaceDebugSections()
594 Expected<CompressedSection> NewSection = in replaceAndRemoveSections() local
596 if (!NewSection) in replaceAndRemoveSections()
597 return NewSection.takeError(); in replaceAndRemoveSections()
599 return &Obj.addSection<CompressedSection>(std::move(*NewSection)); in replaceAndRemoveSections()
739 OwnedDataSection &NewSection = in handleArgs() local
742 NewSection.Type = SHT_NOTE; in handleArgs()
DObject.cpp1734 Expected<CompressedSection> NewSection = in makeSection() local
1736 if (!NewSection) in makeSection()
1737 return NewSection.takeError(); in makeSection()
1739 return Obj.addSection<CompressedSection>(std::move(*NewSection)); in makeSection()
/external/llvm/include/llvm/MC/
DMCStreamer.h335 MCSectionSubPair NewSection = I->first; in PopSection() local
337 if (OldSection != NewSection) in PopSection()
338 ChangeSection(NewSection.first, NewSection.second); in PopSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h412 MCSectionSubPair NewSection = I->first; in PopSection() local
414 if (NewSection.first && OldSection != NewSection) in PopSection()
415 changeSection(NewSection.first, NewSection.second); in PopSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h400 MCSectionSubPair NewSection = I->first; in PopSection() local
402 if (OldSection != NewSection) in PopSection()
403 ChangeSection(NewSection.first, NewSection.second); in PopSection()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp342 auto_ptr<Section> NewSection( const string& sectionName, Parsed& result) in NewSection() function
679 section = NewSection(sectionName, result); in ParseSingleDevice()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp108 T *NewSection = in createSection() local
111 return NewSection; in createSection()