Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp77 SectionHeaders("section-headers", cl::desc("Display summaries of the headers " variable
81 cl::aliasopt(SectionHeaders));
84 cl::aliasopt(SectionHeaders));
378 if (SectionHeaders) in DumpObject()
450 if (!Disassemble && !Relocations && !SectionHeaders) { in main()
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp246 return SectionHeaders; in getSectionHeaders()
300 if (auto EC = Reader.readArray(SectionHeaders, NumSections)) in initializeSectionHeadersData()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h139 codeview::FixedStreamArray<object::coff_section> SectionHeaders; variable
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h57 extern cl::opt<bool> SectionHeaders;
Dllvm-objdump.cpp132 llvm::SectionHeaders("section-headers", cl::desc("Display summaries of the " member in llvm
136 cl::aliasopt(SectionHeaders));
139 cl::aliasopt(SectionHeaders));
1670 if (SectionHeaders) in DumpObject()
1774 && !SectionHeaders in main()
DMachODump.cpp1255 if (SectionHeaders) in ProcessMachO()