llvm-6502/tools
Rafael Espindola 7426771280 Convert getFileOffset to getOffset and move it to its only user.
We normally don't drop functions from the C API's, but in this case I think we
can:

* The old implementation of getFileOffset was fairly broken
* The introduction of LLVMGetSymbolFileOffset was itself a C api breaking
  change as it removed LLVMGetSymbolOffset.
* It is an incredibly specialized use case. The only reason MCJIT needs it is
  because of its odd position of being a dynamic linker of .o files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206750 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-21 13:45:32 +00:00
..
bugpoint verify-di: Implement DebugInfoVerifier 2014-04-15 16:27:38 +00:00
bugpoint-passes
gold
llc llc: Add support for -mcpu=native. 2014-04-12 01:34:31 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-c-test Convert getFileOffset to getOffset and move it to its only user. 2014-04-21 13:45:32 +00:00
llvm-config
llvm-cov
llvm-diff
llvm-dis
llvm-dwarfdump [DWARF parser] Turn DILineInfo into a struct. 2014-04-18 21:36:39 +00:00
llvm-extract
llvm-jitlistener
llvm-link
llvm-lto Teach llvm-lto to respect the given RelocModel. 2014-04-14 13:54:16 +00:00
llvm-mc [MC] Require an MCContext when constructing an MCDisassembler. 2014-04-15 04:40:56 +00:00
llvm-mcmarkup
llvm-nm
llvm-objdump [DWARF parser] Turn DILineInfo into a struct. 2014-04-18 21:36:39 +00:00
llvm-profdata ProfileData: Add support for the indexed instrprof format 2014-04-18 21:48:40 +00:00
llvm-readobj [C++11] Range-based loop simplification. 2014-04-20 21:05:30 +00:00
llvm-rtdyld [DWARF parser] Turn DILineInfo into a struct. 2014-04-18 21:36:39 +00:00
llvm-shlib
llvm-size
llvm-stress verify-di: Implement DebugInfoVerifier 2014-04-15 16:27:38 +00:00
llvm-symbolizer [DWARF parser] Turn DILineInfo into a struct. 2014-04-18 21:36:39 +00:00
lto
macho-dump
msbuild
obj2yaml
opt [PM] Add a new-PM-style CGSCC pass manager using the newly added 2014-04-21 11:12:00 +00:00
yaml2obj
CMakeLists.txt
LLVMBuild.txt
Makefile