Lines Matching refs:objdump
87 using namespace llvm::objdump;
179 bool objdump::ArchiveHeaders;
180 bool objdump::Demangle;
181 bool objdump::Disassemble;
182 bool objdump::DisassembleAll;
183 bool objdump::SymbolDescription;
187 DIDumpType objdump::DwarfDumpType;
191 bool objdump::SectionContents;
193 bool objdump::PrintLines;
195 std::string objdump::MCPU;
196 std::vector<std::string> objdump::MAttrs;
197 bool objdump::ShowRawInsn;
198 bool objdump::LeadingAddr;
200 bool objdump::Relocations;
201 bool objdump::PrintImmHex;
202 bool objdump::PrivateHeaders;
203 std::vector<std::string> objdump::FilterSections;
204 bool objdump::SectionHeaders;
206 bool objdump::PrintSource;
213 bool objdump::SymbolTable;
216 std::string objdump::TripleName;
217 bool objdump::UnwindInfo;
219 std::string objdump::Prefix;
220 uint32_t objdump::PrefixStrip;
222 DebugVarsFormat objdump::DbgVariables = DVDisabled;
224 int objdump::DbgIndent = 52;
227 StringSet<> objdump::FoundSectionSet;
265 SectionFilter objdump::ToolSectionFilter(object::ObjectFile const &O, in ToolSectionFilter()
281 std::string objdump::getFileNameForError(const object::Archive::Child &C, in getFileNameForError()
292 void objdump::reportWarning(const Twine &Message, StringRef File) { in reportWarning()
300 LLVM_ATTRIBUTE_NORETURN void objdump::reportError(StringRef File, in reportError()
307 LLVM_ATTRIBUTE_NORETURN void objdump::reportError(Error E, StringRef FileName, in reportError()
374 bool objdump::isRelocAddressLess(RelocationRef A, RelocationRef B) { in isRelocAddressLess()
946 SymbolInfoTy objdump::createSymbolInfo(const ObjectFile *Obj, in createSymbolInfo()
1719 void objdump::printRelocations(const ObjectFile *Obj) { in printRelocations()
1772 void objdump::printDynamicRelocations(const ObjectFile *Obj) { in printDynamicRelocations()
1824 void objdump::printSectionHeaders(const ObjectFile *Obj) { in printSectionHeaders()
1867 void objdump::printSectionContents(const ObjectFile *Obj) { in printSectionContents()
1917 void objdump::printSymbolTable(const ObjectFile *O, StringRef ArchiveName, in printSymbolTable()
1948 void objdump::printSymbol(const ObjectFile *O, const SymbolRef &Symbol, in printSymbol()