Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp528 uint8_t SubOpcode = DebugLineData.getU8(OffsetPtr); in parse() local
530 *OS << LNExtendedString(SubOpcode); in parse()
531 switch (SubOpcode) { in parse()
619 *OS << format("Unrecognized extended op 0x%02.02" PRIx8, SubOpcode) in parse()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp245 writeInteger((uint8_t)Op.SubOpcode, OS, DI.IsLittleEndian); in EmitDebugLine()
246 switch (Op.SubOpcode) { in EmitDebugLine()
H A DDWARFYAML.cpp135 IO.mapRequired("SubOpcode", LineTableOpcode.SubOpcode); in mapping()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h120 dwarf::LineNumberExtendedOps SubOpcode; member