llvm-6502/tools/llvm-readobj
Saleem Abdulrasool d29bdc72bb tools: avoid use of std::function
Remove the use of the std::function and replace the capturing lambda with a
non-capturing one, opting to pass the user data down to the context.  This is
needed as std::function is not yet available on all hosted platforms (it
requires RTTI, which breaks on Windows).

Thanks to Nico Rieck for pointing this out!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209607 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-25 21:37:59 +00:00
..
ARMAttributeParser.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
ARMAttributeParser.h
ARMEHABIPrinter.h [C++] Use 'nullptr'. 2014-04-28 04:05:08 +00:00
CMakeLists.txt tools: split out Win64EHDumper from COFFDumper 2014-05-25 20:26:45 +00:00
COFFDumper.cpp tools: avoid use of std::function 2014-05-25 21:37:59 +00:00
ELFDumper.cpp [Mips] Add more relocation types and MIPS specific e_flags constants. 2014-05-20 09:27:49 +00:00
Error.cpp Support: Make error_category's constructor public 2014-03-15 04:05:59 +00:00
Error.h Add missing std:: qualifiers 2014-03-07 14:55:30 +00:00
llvm-readobj.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
llvm-readobj.h
LLVMBuild.txt
MachODumper.cpp [C++11] Introduce ObjectFile::symbols() to use range-based loops. 2014-03-17 07:28:19 +00:00
Makefile
ObjDumper.cpp
ObjDumper.h Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
StreamWriter.cpp
StreamWriter.h [C++11] Range-based loop simplification. 2014-04-20 21:05:30 +00:00
Win64EHDumper.cpp tools: avoid use of std::function 2014-05-25 21:37:59 +00:00
Win64EHDumper.h tools: avoid use of std::function 2014-05-25 21:37:59 +00:00