/external/llvm/tools/llvm-readobj/ |
COFFDumper.cpp | 106 StringRef SectionContents); 117 StringRef SectionContents, StringRef Block); 129 StringRef SectionContents, 150 const COFFObjectFile *Obj, StringRef SectionContents) 151 : CD(CD), SR(SR), SectionContents(SectionContents) { 156 return Record.data() - SectionContents.bytes_begin(); 169 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); 182 StringRef SectionContents; 241 StringRef SectionContents, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
COFFDumper.cpp | 129 StringRef SectionContents); 148 StringRef SectionContents, StringRef Block); 160 StringRef SectionContents, 188 const COFFObjectFile *Obj, StringRef SectionContents) 189 : CD(CD), SR(SR), SectionContents(SectionContents) { 199 return Data.data() - SectionContents.bytes_begin(); 212 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock); 227 StringRef SectionContents; 286 StringRef SectionContents, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
FileAnalysis.cpp | 434 StringRef SectionContents; 435 if (Section.getContents(SectionContents)) 439 ArrayRef<uint8_t> SectionBytes((const uint8_t *)SectionContents.data(),
|
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.h | 58 extern cl::opt<bool> SectionContents;
|
llvm-objdump.cpp | 88 llvm::SectionContents("s", cl::desc("Display the content of each section")); [all...] |
MachODump.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
llvm-objdump.h | 64 extern cl::opt<bool> SectionContents;
|
llvm-objdump.cpp | 118 llvm::SectionContents("s", cl::desc("Display the content of each section")); [all...] |
MachODump.cpp | [all...] |
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | [all...] |