Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h185 struct NewSectionInfo { struct
187 NewSectionInfo(StringRef Name, std::unique_ptr<MemoryBuffer> &&Buffer) in NewSectionInfo() argument
190 StringRef SectionName;
191 std::shared_ptr<MemoryBuffer> SectionData;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp534 SmallVector<NewSectionInfo, 0> &NewSections) { in loadNewSectionData()