Home
last modified time | relevance | path

Searched defs:NewSectionInfo (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h191 struct NewSectionInfo { struct
193 NewSectionInfo(StringRef Name, std::unique_ptr<MemoryBuffer> &&Buffer) in NewSectionInfo() argument
196 StringRef SectionName;
197 std::shared_ptr<MemoryBuffer> SectionData;