Home
last modified time | relevance | path

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

/llvm-project/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/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.cpp51 SmallVector<char, 0> SecData; in getSectionData() local
105 auto SecData = getSectionData(Sec); in createDWARFContext() local
/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp174 Expected<StringRef> SecData = Sec.getContents(); setConfigToAddNewDebugSections() local
/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h58 SecData = 1 << 6, enumerator
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp226 emitSectionContents(StringRef SecData,DebugSectionKind SecKind) emitSectionContents() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3352 readMipsOptions(const uint8_t * SecBegin,ArrayRef<uint8_t> & SecData,bool & IsSupported) readMipsOptions() argument