Home
last modified time | relevance | path

Searched refs:CFI_DEFINE (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfi.def18 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 …]
Dcfi.h52 #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/
Dcfi.cpp34 #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/
Daarch64_emitter.cpp2014 #define CFI_DEFINE(k, sub, n, o0, o1, o2) {".cfi_" #k, n, {Operand::kOpd##o0, Operand::kOpd##o1, Op… macro
2018 #undef CFI_DEFINE