1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/include/llvm/Object
Eli Friedman dbb5894a25 [llvm-objdump] Switch between ARM/Thumb based on mapping symbols.
The ARMDisassembler changes allow changing between ARM and Thumb mode
based on the MCSubtargetInfo, rather than the Target, which simplifies
the other changes a bit.

I'm not really happy with adding more target-specific logic to
tools/llvm-objdump/, but there isn't any easy way around it: the logic
in question specifically applies to disassembling an object file, and
that code simply isn't located in lib/Target, at least at the moment.

Differential Revision: https://reviews.llvm.org/D60927

llvm-svn: 363903
2019-06-20 00:29:40 +00:00
..
Archive.h [ADT] Add a fallible_iterator wrapper. 2019-02-05 23:17:11 +00:00
ArchiveWriter.h [llvm-ar] Reapply Fix relative thin archive path handling 2019-06-04 10:13:03 +00:00
Binary.h [LLVM-C] Begin to Expose A More General Binary Interface 2019-04-05 21:36:50 +00:00
COFF.h [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<uint8_t>> 2019-05-14 04:22:51 +00:00
COFFImportFile.h [COFF] Fix /export:foo=bar when bar is a weak alias 2019-06-07 22:05:12 +00:00
COFFModuleDefinition.h
CVDebugRecord.h
Decompressor.h
ELF.h Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFromStringRef() 2019-04-07 03:58:42 +00:00
ELFObjectFile.h [llvm-objdump] Switch between ARM/Thumb based on mapping symbols. 2019-06-20 00:29:40 +00:00
ELFTypes.h Read .note.gnu.property sections and emit a merged .note.gnu.property section. 2019-06-05 03:04:46 +00:00
Error.h
IRObjectFile.h [Object] Change SymbolicFile::printSymbolName to use Error 2019-05-10 09:59:04 +00:00
IRSymtab.h [ELF] Implement Dependent Libraries Feature 2019-05-17 03:44:15 +00:00
MachO.h [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<uint8_t>> 2019-05-14 04:22:51 +00:00
MachOUniversal.h
Minidump.h Minidump: Add support for the MemoryList stream 2019-05-16 15:17:30 +00:00
ModuleSymbolTable.h
ObjectFile.h Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef> 2019-05-16 13:24:04 +00:00
RelocationResolver.h [DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocation entries 2019-03-22 02:43:11 +00:00
StackMapParser.h [StackMaps] Update llvm-readobj to parse V3 Stackmaps 2019-04-13 03:55:13 +00:00
SymbolicFile.h [Object] Change SymbolicFile::printSymbolName to use Error 2019-05-10 09:59:04 +00:00
SymbolSize.h
Wasm.h [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<uint8_t>> 2019-05-14 04:22:51 +00:00
WasmTraits.h
WindowsMachineFlag.h Share /machine: handling code with llvm-cvtres too 2019-06-12 11:32:43 +00:00
WindowsResource.h Let writeWindowsResourceCOFF() take a TimeStamp parameter 2019-06-11 11:26:50 +00:00
XCOFFObjectFile.h [XCOFF] Implement parsing symbol table for xcoffobjfile and output as yaml format 2019-05-28 14:37:59 +00:00