llvm-6502/lib/MC/MCParser
Saleem Abdulrasool 622520e70f MC: rename EmitWin64EH routines
Rename the routines to reflect the reality that they are more related to call
frame information than to Win64 EH. Although EH is implemented in an intertwined
manner by augmenting with an exception handler and an associated parameter, the
majority of these routines emit information required to unwind the frames. This
also helps identify that these routines are generic for most windows platforms
(they apply equally to nearly all architectures except x86) although the
encoding of the information is architecture dependent.

Unwinding data is emitted via EmitWinCFI* and exception handling information via
EmitWinEH*.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211994 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-29 01:52:01 +00:00
..
AsmLexer.cpp MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment 2014-06-18 20:57:32 +00:00
AsmParser.cpp Revert "Introduce a string_ostream string builder facilty" 2014-06-26 22:52:05 +00:00
CMakeLists.txt
COFFAsmParser.cpp MC: rename EmitWin64EH routines 2014-06-29 01:52:01 +00:00
DarwinAsmParser.cpp raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. 2014-04-29 23:26:49 +00:00
ELFAsmParser.cpp Emit DWARF info for all code section in an assembly file 2014-06-19 15:52:37 +00:00
LLVMBuild.txt
Makefile
MCAsmLexer.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
MCAsmParser.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp