Lines Matching refs:objdump
95 using namespace llvm::objdump;
304 bool objdump::ArchiveHeaders;
305 bool objdump::Demangle;
306 bool objdump::Disassemble;
307 bool objdump::DisassembleAll;
308 bool objdump::SymbolDescription;
309 bool objdump::TracebackTable;
314 DIDumpType objdump::DwarfDumpType;
318 bool objdump::SectionContents;
320 bool objdump::PrintLines;
322 std::string objdump::MCPU;
323 std::vector<std::string> objdump::MAttrs;
324 bool objdump::ShowRawInsn;
325 bool objdump::LeadingAddr;
328 bool objdump::Relocations;
329 bool objdump::PrintImmHex;
330 bool objdump::PrivateHeaders;
331 std::vector<std::string> objdump::FilterSections;
332 bool objdump::SectionHeaders;
335 bool objdump::PrintSource;
342 bool objdump::SymbolTable;
346 std::string objdump::TripleName;
347 bool objdump::UnwindInfo;
349 std::string objdump::Prefix;
350 uint32_t objdump::PrefixStrip;
352 DebugVarsFormat objdump::DbgVariables = DVDisabled;
354 int objdump::DbgIndent = 52;
357 StringSet<> objdump::FoundSectionSet;
429 SectionFilter objdump::ToolSectionFilter(object::ObjectFile const &O, in ToolSectionFilter()
445 std::string objdump::getFileNameForError(const object::Archive::Child &C, in getFileNameForError()
456 void objdump::reportWarning(const Twine &Message, StringRef File) { in reportWarning()
464 [[noreturn]] void objdump::reportError(StringRef File, const Twine &Message) { in reportError()
470 [[noreturn]] void objdump::reportError(Error E, StringRef FileName, in reportError()
537 bool objdump::isRelocAddressLess(RelocationRef A, RelocationRef B) { in isRelocAddressLess()
593 unsigned objdump::getInstStartColumn(const MCSubtargetInfo &STI) { in getInstStartColumn()
606 void objdump::printRawData(ArrayRef<uint8_t> Bytes, uint64_t Address, in printRawData()
1405 SymbolInfoTy objdump::createSymbolInfo(const ObjectFile &Obj, in createSymbolInfo()
2640 DbgObj = objdump::getMachODSymObject(MachOOF, Obj->getFileName(), in disassembleObject()
2741 void objdump::printSectionHeaders(ObjectFile &Obj) { in printSectionHeaders()
2787 void objdump::printSectionContents(const ObjectFile *Obj) { in printSectionContents()
3430 void objdump::invalidArgValue(const opt::Arg *A) { in invalidArgValue()