Lines Matching refs:objdump

94 using namespace llvm::objdump;
189 bool objdump::ArchiveHeaders;
190 bool objdump::Demangle;
191 bool objdump::Disassemble;
192 bool objdump::DisassembleAll;
193 bool objdump::SymbolDescription;
194 bool objdump::TracebackTable;
199 DIDumpType objdump::DwarfDumpType;
203 bool objdump::SectionContents;
205 bool objdump::PrintLines;
207 std::string objdump::MCPU;
208 std::vector<std::string> objdump::MAttrs;
209 bool objdump::ShowRawInsn;
210 bool objdump::LeadingAddr;
213 bool objdump::Relocations;
214 bool objdump::PrintImmHex;
215 bool objdump::PrivateHeaders;
216 std::vector<std::string> objdump::FilterSections;
217 bool objdump::SectionHeaders;
220 bool objdump::PrintSource;
227 bool objdump::SymbolTable;
230 std::string objdump::TripleName;
231 bool objdump::UnwindInfo;
233 std::string objdump::Prefix;
234 uint32_t objdump::PrefixStrip;
236 DebugVarsFormat objdump::DbgVariables = DVDisabled;
238 int objdump::DbgIndent = 52;
241 StringSet<> objdump::FoundSectionSet;
313 SectionFilter objdump::ToolSectionFilter(object::ObjectFile const &O, in ToolSectionFilter()
329 std::string objdump::getFileNameForError(const object::Archive::Child &C, in getFileNameForError()
340 void objdump::reportWarning(const Twine &Message, StringRef File) { in reportWarning()
348 [[noreturn]] void objdump::reportError(StringRef File, const Twine &Message) { in reportError()
354 [[noreturn]] void objdump::reportError(Error E, StringRef FileName, in reportError()
421 bool objdump::isRelocAddressLess(RelocationRef A, RelocationRef B) { in isRelocAddressLess()
477 unsigned objdump::getInstStartColumn(const MCSubtargetInfo &STI) { in getInstStartColumn()
490 void objdump::printRawData(ArrayRef<uint8_t> Bytes, uint64_t Address, in printRawData()
1230 SymbolInfoTy objdump::createSymbolInfo(const ObjectFile &Obj, in createSymbolInfo()
2502 DbgObj = objdump::getMachODSymObject(MachOOF, Obj->getFileName(), in disassembleObject()
2593 void objdump::printSectionHeaders(ObjectFile &Obj) { in printSectionHeaders()
2639 void objdump::printSectionContents(const ObjectFile *Obj) { in printSectionContents()
3278 void objdump::invalidArgValue(const opt::Arg *A) { in invalidArgValue()