Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFListTableTest.cpp18 static const char SecData[] = "\x33\x22\x11"; // Truncated DWARF32 length in TEST() local
37 static const char SecData[] = in TEST() local
58 static const char SecData[] = "\x02\x00\x00\x00" // Length in TEST() local
77 static const char SecData[] = "\x10\x00\x00\x00" // Length in TEST() local
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp190 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp153 Expected<StringRef> SecData = Sec.getContents(); in setConfigToAddNewDebugSections() local
/llvm-project-15.0.7/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h65 SecData = 1 << 6, enumerator
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3132 readMipsOptions(const uint8_t *SecBegin, ArrayRef<uint8_t> &SecData, in readMipsOptions()