Home
last modified time | relevance | path

Searched refs:SecData (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h80 void emitSectionContents(StringRef SecData, StringRef SecName) override;
H A DDWARFLinker.h110 virtual void emitSectionContents(StringRef SecData, StringRef SecName) = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h63 SecData = 1 << 6, enumerator
H A DConfigManager.cpp180 .CaseLower("data", SectionFlag::SecData) in parseSectionRenameFlag()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp124 if (AllFlags & SectionFlag::SecData) in setSectionFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp189 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents() argument
204 MS->emitBytes(SecData); in emitSectionContents()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3034 readMipsOptions(const uint8_t *SecBegin, ArrayRef<uint8_t> &SecData, in readMipsOptions() argument
3036 if (SecData.size() < sizeof(Elf_Mips_Options<ELFT>)) in readMipsOptions()
3038 Twine::utohexstr(SecData.size()) + ")"); in readMipsOptions()
3041 reinterpret_cast<const Elf_Mips_Options<ELFT> *>(SecData.data()); in readMipsOptions()
3043 if (Size > SecData.size()) { in readMipsOptions()
3044 const uint64_t Offset = SecData.data() - SecBegin; in readMipsOptions()
3045 const uint64_t SecSize = Offset + SecData.size(); in readMipsOptions()
3065 SecData = SecData.drop_front(Size); in readMipsOptions()