Searched refs:SecData (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebugInfoSupport.cpp | 51 SmallVector<char, 0> SecData; in getSectionData() local 62 SecData.resize(SecData.size() + Block->getSize(), 0); in getSectionData() 64 SecData.append(Block->getContent().begin(), Block->getContent().end()); in getSectionData() 66 return SecData; in getSectionData() 105 auto SecData = getSectionData(Sec); in createDWARFContext() local 110 << " with size " << SecData.size() << "\n"); in createDWARFContext() 112 std::make_unique<SmallVectorMemoryBuffer>(std::move(SecData)); in createDWARFContext()
|
| /src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | llvm-dwarfutil.cpp | 174 Expected<StringRef> SecData = Sec.getContents(); in setConfigToAddNewDebugSections() local 175 if (!SecData) in setConfigToAddNewDebugSections() 176 return SecData.takeError(); in setConfigToAddNewDebugSections() 179 *SecName, MemoryBuffer::getMemBuffer(*SecData, *SecName, false))); in setConfigToAddNewDebugSections()
|
| /src/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 58 SecData = 1 << 6, enumerator
|
| /src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 82 void emitSectionContents(StringRef SecData,
|
| H A D | DWARFLinker.h | 45 virtual void emitSectionContents(StringRef SecData,
|
| /src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObjcopy.cpp | 124 if (AllFlags & SectionFlag::SecData) in flagsToCharacteristics()
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 227 void DwarfStreamer::emitSectionContents(StringRef SecData, in emitSectionContents() argument 229 if (SecData.empty()) in emitSectionContents() 235 MS->emitBytes(SecData); in emitSectionContents()
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 3352 readMipsOptions(const uint8_t *SecBegin, ArrayRef<uint8_t> &SecData, in readMipsOptions() argument 3354 if (SecData.size() < sizeof(Elf_Mips_Options<ELFT>)) in readMipsOptions() 3356 Twine::utohexstr(SecData.size()) + ")"); in readMipsOptions() 3359 reinterpret_cast<const Elf_Mips_Options<ELFT> *>(SecData.data()); in readMipsOptions() 3361 if (Size > SecData.size()) { in readMipsOptions() 3362 const uint64_t Offset = SecData.data() - SecBegin; in readMipsOptions() 3363 const uint64_t SecSize = Offset + SecData.size(); in readMipsOptions() 3383 SecData = SecData.drop_front(Size); in readMipsOptions()
|
| /src/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 165 .CaseLower("data", SectionFlag::SecData) in parseSectionRenameFlag()
|