llvm/lib/AsmParser
Peter Collingbourne 4c97b94439 DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual functions.
A virtual index of -1u indicates that the subprogram's virtual index is
unrepresentable (for example, when using the relative vtable ABI), so do
not emit a DW_AT_vtable_elem_location attribute for it.

Differential Revision: http://reviews.llvm.org/D18236

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263765 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-17 23:58:03 +00:00
..
CMakeLists.txt
LLLexer.cpp [AVR] Add calling convention parser tokens 2016-03-03 10:08:02 +00:00
LLLexer.h
LLParser.cpp DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual functions. 2016-03-17 23:58:03 +00:00
LLParser.h [AsmParser] Expose an API to parse a string starting with a type. 2016-03-08 00:37:07 +00:00
LLToken.h [AVR] Add calling convention parser tokens 2016-03-03 10:08:02 +00:00
LLVMBuild.txt
module.modulemap
Parser.cpp [AsmParser] Expose an API to parse a string starting with a type. 2016-03-08 00:37:07 +00:00