Home
last modified time | relevance | path

Searched refs:SectionContents (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp143 StringRef SectionContents);
162 StringRef SectionContents, StringRef Block);
174 StringRef SectionContents,
202 const COFFObjectFile *Obj, StringRef SectionContents) in COFFObjectDumpDelegate() argument
203 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
213 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
226 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); in printBinaryBlockWithRelocs()
241 StringRef SectionContents; member in __anon0e2a7d3a0111::COFFObjectDumpDelegate
294 StringRef SectionContents, in resolveSymbolName() argument
297 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h55 extern bool SectionContents;
H A Dllvm-objdump.cpp206 bool objdump::SectionContents; member in objdump
2834 if (SectionContents) in dumpObject()
3044 SectionContents = InputArgs.hasArg(OBJDUMP_full_contents); in parseObjdumpOptions()
3236 !Relocations && !SectionHeaders && !SectionContents && !SymbolTable && in main()
H A DMachODump.cpp2215 if (SectionContents) in ProcessMachO()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp532 llvm::Expected<llvm::StringRef> SectionContents = Section.getContents(); in copySwiftReflectionMetadata() local
533 if (!SectionContents) in copySwiftReflectionMetadata()
538 Section, *SectionContents, MO, SectionToOffsetInDwarf, Obj, in copySwiftReflectionMetadata()
544 Streamer->emitSwiftReflectionSection(SectionKind, *SectionContents, in copySwiftReflectionMetadata()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp99 cl::opt<bool> SectionContents("contents", variable
965 if (opts::object::SectionContents) { in dumpSectionList()