Searched refs:CFI_DEFINE (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | cfi.def | 18 CFI_DEFINE( sections, , 1, List, Undef, Undef ) 19 CFI_DEFINE( startproc, , 0, Undef, Undef, Undef ) 20 CFI_DEFINE( startproc, _simple, 1, String, Undef, Undef ) /* "simple" */ 21 CFI_DEFINE( endproc, , 0, Undef, Undef, Undef ) 22 CFI_DEFINE( personality, _default, 1, Immediate, Undef, Undef ) 23 CFI_DEFINE( personality, _symbol, 2, Immediate, String, Undef ) 24 CFI_DEFINE( personality, _constant, 2, Immediate, Immediate, Undef ) 25 CFI_DEFINE( personality_id, , 1, StImmediate, Undef, Undef ) 26 CFI_DEFINE( fde_data, , 1, List, Undef, Undef ) 27 CFI_DEFINE( lsda, _default, 1, Immediate, Undef, Undef ) [all …]
|
D | cfi.h | 52 #define CFI_DEFINE(k, sub, n, o0, o1, o2) OP_CFI_##k##sub, macro 55 #undef CFI_DEFINE
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
D | cfi.cpp | 34 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… macro 38 #undef CFI_DEFINE
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_emitter.cpp | 2014 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… macro 2018 #undef CFI_DEFINE
|