Home | History | Annotate | Download | only in dwarf

Lines Matching defs:is64bit

35   const bool is64bit = false;
125 WriteCIE(is64bit, Reg(is64bit ? 16 : 8),
129 WriteFDE(is64bit, 0, 0, 0x01000000, 0x01000000, ArrayRef<const uint8_t>(*opcodes.data()),
133 CheckObjdumpOutput(is64bit, "-W");
137 constexpr bool is64bit = true;
139 WriteCIE(is64bit, Reg(16),
144 WriteFDE(is64bit, 0, 0, 0x0100000000000000, 0x0200000000000000,
150 CheckObjdumpOutput(is64bit, "-W");
156 constexpr bool is64bit = true;
179 WriteCIE(is64bit, Reg(16),
182 WriteFDE(is64bit, 0, 0, 0x0100000000000000, 0x0200000000000000,
186 CheckObjdumpOutput(is64bit, "-W");
190 const bool is64bit = false;
192 DebugLineOpCodeWriter<> opcodes(is64bit, code_factor_bits);
245 CheckObjdumpOutput(is64bit, "-W");
250 const bool is64bit = false;
254 DebugLineOpCodeWriter<> opcodes(is64bit, code_factor_bits);
283 CheckObjdumpOutput(is64bit, "-W -WL");
287 constexpr bool is64bit = false;
289 DebugInfoEntryWriter<> info(is64bit, &debug_abbrev);
341 CheckObjdumpOutput(is64bit, "-W");