Searched refs:SectionContents (Results 1 – 10 of 10) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 106 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 __anond2c341650111::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/ |
D | COFFDumper.cpp | 129 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 __anon62af069d0111::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/ |
D | FileAnalysis.cpp | 434 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/ |
D | WinCOFFObjectWriter.cpp | 1008 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/ |
D | llvm-objdump.h | 58 extern cl::opt<bool> SectionContents;
|
D | llvm-objdump.cpp | 88 llvm::SectionContents("s", cl::desc("Display the content of each section")); member in llvm 1672 if (SectionContents) in DumpObject() 1775 && !SectionContents in main()
|
D | MachODump.cpp | 1257 if (SectionContents) in ProcessMachO()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.h | 64 extern cl::opt<bool> SectionContents;
|
D | llvm-objdump.cpp | 118 llvm::SectionContents("s", cl::desc("Display the content of each section")); member in llvm 2274 if (SectionContents) in DumpObject() 2404 && !SectionContents in main()
|
D | MachODump.cpp | 1630 if (SectionContents) in ProcessMachO()
|