Home
last modified time | relevance | path

Searched refs:SectionHeaders (Results 1 – 11 of 11) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp201 return SectionHeaders; in getSectionHeaders()
273 if (auto EC = Reader.readArray(SectionHeaders, NumSections)) in initializeSectionHeadersData()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h118 FixedStreamArray<object::coff_section> SectionHeaders; variable
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.h63 extern cl::opt<bool> SectionHeaders;
Dllvm-objdump.cpp162 llvm::SectionHeaders("section-headers", cl::desc("Display summaries of the " member in llvm
166 cl::aliasopt(SectionHeaders));
169 cl::aliasopt(SectionHeaders));
2272 if (SectionHeaders) in DumpObject()
2391 PrivateHeaders = Relocations = SectionHeaders = SymbolTable = true; in main()
2403 && !SectionHeaders in main()
DMachODump.cpp1628 if (SectionHeaders) in ProcessMachO()