OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EHABI
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.cpp
52
assert(PI < ARM::
EHABI
::NUM_PERSONALITY_INDEX &&
54
EmitByte(ARM::
EHABI
::EHT_COMPACT | PI);
60
EmitByte(ARM::
EHABI
::UNWIND_OPCODE_FINISH);
84
EmitInt8(ARM::
EHABI
::UNWIND_OPCODE_POP_REG_RANGE_R4 | Range);
88
EmitInt8(ARM::
EHABI
::UNWIND_OPCODE_POP_REG_RANGE_R4_R14 | Range);
95
EmitInt16(ARM::
EHABI
::UNWIND_OPCODE_POP_REG_MASK_R4 | (RegSave >> 4));
99
EmitInt16(ARM::
EHABI
::UNWIND_OPCODE_POP_REG_MASK | (RegSave & 0x000fu));
114
? ARM::
EHABI
::UNWIND_OPCODE_POP_VFP_REG_RANGE_FSTMFDD_D16
115
: ARM::
EHABI
::UNWIND_OPCODE_POP_VFP_REG_RANGE_FSTMFDD;
127
EmitInt8(ARM::
EHABI
::UNWIND_OPCODE_SET_VSP | Reg)
[
all
...]
ARMELFStreamer.cpp
50
assert(Index < ARM::
EHABI
::NUM_PERSONALITY_INDEX &&
[
all
...]
/external/llvm/include/llvm/Support/
ARMEHABI.h
13
// The enumerations and constants in this file reflect the ARM
EHABI
27
namespace
EHABI
{
121
// several personality routines in
EHABI
. There are 3 different
122
// personality routines in ARM
EHABI
currently. It is possible to have 16
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/
sources.mk
25
libcxxabi/src/Unwind/Unwind-
EHABI
.cpp \
/external/libunwind_llvm/src/
UnwindRegistersSave.S
295
@ Per
EHABI
#4.7 this only saves the core integer registers.
296
@
EHABI
#7.4.5 notes that in general all VRS registers should be restored
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersSave.S
295
@ Per
EHABI
#4.7 this only saves the core integer registers.
296
@
EHABI
#7.4.5 notes that in general all VRS registers should be restored
/external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h
1
//===--- ARMEHABIPrinter.h - ARM
EHABI
Unwind Information Printer ----------===//
27
namespace
EHABI
{
419
/// ARM
EHABI
Section 6.2 - The generic model
431
/// ARM
EHABI
Section 6.3 - The ARM-defined compact model
486
/// ARM
EHABI
Section 5 - Index Table Entries
ELFDumper.cpp
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
[
all
...]
Completed in 355 milliseconds