Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp106 StringRef SectionContents);
117 StringRef SectionContents, StringRef Block);
129 StringRef SectionContents,
150 const COFFObjectFile *Obj, StringRef SectionContents) in COFFObjectDumpDelegate() argument
151 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
156 return Record.data() - SectionContents.bytes_begin(); in getRecordOffset()
169 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); in printBinaryBlockWithRelocs()
182 StringRef SectionContents; member in __anon821fa98e0111::COFFObjectDumpDelegate
241 StringRef SectionContents, in resolveSymbolName() argument
244 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp129 StringRef SectionContents);
148 StringRef SectionContents, StringRef Block);
160 StringRef SectionContents,
188 const COFFObjectFile *Obj, StringRef SectionContents) in COFFObjectDumpDelegate() argument
189 : CD(CD), SR(SR), SectionContents(SectionContents) { in COFFObjectDumpDelegate()
199 return Data.data() - SectionContents.bytes_begin(); in getRecordOffset()
212 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); in printBinaryBlockWithRelocs()
227 StringRef SectionContents; member in __anon08f357e60111::COFFObjectDumpDelegate
286 StringRef SectionContents, in resolveSymbolName() argument
289 assert(SectionContents.data() < RelocPtr && in resolveSymbolName()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp434 StringRef SectionContents; in parseCodeSections() local
435 if (Section.getContents(SectionContents)) in parseCodeSections()
439 ArrayRef<uint8_t> SectionBytes((const uint8_t *)SectionContents.data(), in parseCodeSections()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp1008 SmallVector<char, 128> SectionContents; in writeObject() local
1029 SectionContents.clear(); in writeObject()
1030 raw_svector_ostream VecOS(SectionContents); in writeObject()
1042 JC.update(SectionContents); in writeObject()
1045 getStream() << SectionContents; in writeObject()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h58 extern cl::opt<bool> SectionContents;
Dllvm-objdump.cpp88 llvm::SectionContents("s", cl::desc("Display the content of each section")); member in llvm
1672 if (SectionContents) in DumpObject()
1775 && !SectionContents in main()
DMachODump.cpp1257 if (SectionContents) in ProcessMachO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.h64 extern cl::opt<bool> SectionContents;
Dllvm-objdump.cpp118 llvm::SectionContents("s", cl::desc("Display the content of each section")); member in llvm
2274 if (SectionContents) in DumpObject()
2404 && !SectionContents in main()
DMachODump.cpp1630 if (SectionContents) in ProcessMachO()