reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
40 void writeU8(uint8_t Value);
103 case 1: O.writeU8(static_cast<uint8_t>(AddrOffset)); break;
lib/DebugInfo/GSYM/Header.cpp91 O.writeU8(AddrOffSize); 92 O.writeU8(UUIDSize);lib/DebugInfo/GSYM/InlineInfo.cpp
131 O.writeU8(HasChildren);
lib/DebugInfo/GSYM/LineTable.cpp219 Out.writeU8(SetFile); 227 Out.writeU8(SpecialOp); 234 Out.writeU8(AdvanceLine); 239 Out.writeU8(AdvancePC); 244 Out.writeU8(EndSequence);unittests/DebugInfo/GSYM/GSYMTest.cpp
505 FW.writeU8(0); 511 FW.writeU8(0); 696 FW.writeU8(U8); 895 FW.writeU8(1); // MinDelta (ULEB) 898 FW.writeU8(10); // MaxDelta (ULEB) 901 FW.writeU8(20); // FirstLine (ULEB) 905 FW.writeU8(1); // SetFile opcode (uint8_t) 908 FW.writeU8(5); // SetFile value as index (ULEB) 910 FW.writeU8(2); // AdvancePC opcode (uint8_t) 913 FW.writeU8(20); // AdvancePC value as offset (ULEB) 915 FW.writeU8(3); // AdvanceLine opcode (uint8_t) 918 FW.writeU8(20); // AdvanceLine value as offset (LLEB)