llvm/lib/DebugInfo/Symbolize
Alexey Samsonov b977d3a4f4 Let the users of LLVMSymbolizer decide whether they want to symbolize inlined frames.
Introduce LLVMSymbolizer::symbolizeInlinedCode() instead of switching
on PrintInlining option passed to the constructor. This will be needed
once we retrun structured data (instead of std::string) from
LLVMSymbolizer and move printing logic out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251675 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-30 00:40:20 +00:00
..
CMakeLists.txt [LLVMSymbolize] Move ModuleInfo into a separate class (SymbolizableModule). 2015-10-29 22:21:37 +00:00
LLVMBuild.txt
Makefile
SymbolizableObjectFile.cpp [LLVMSymbolize] Simplify SymbolizableObjectFile::symbolizeInlinedCode(). NFC. 2015-10-30 00:02:55 +00:00
SymbolizableObjectFile.h [LLVMSymbolize] Move printing the description of a global into a separate function. NFC. 2015-10-29 23:49:19 +00:00
Symbolize.cpp Let the users of LLVMSymbolizer decide whether they want to symbolize inlined frames. 2015-10-30 00:40:20 +00:00