Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp543 uint8_t SubOpcode = DebugLineData.getU8(OffsetPtr); in parse() local
545 *OS << LNExtendedString(SubOpcode); in parse()
546 switch (SubOpcode) { in parse()
633 *OS << format("Unrecognized extended op 0x%02.02" PRIx8, SubOpcode) in parse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp245 writeInteger((uint8_t)Op.SubOpcode, OS, DI.IsLittleEndian); in EmitDebugLine()
246 switch (Op.SubOpcode) { in EmitDebugLine()
DDWARFYAML.cpp135 IO.mapRequired("SubOpcode", LineTableOpcode.SubOpcode); in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp295 NewOp.SubOpcode = in dumpDebugLines()
297 switch (NewOp.SubOpcode) { in dumpDebugLines()
/external/v8/src/compiler/
Dnode-matchers.h347 IrOpcode::Value SubOpcode, IrOpcode::Value kMulOpcode,
351 static const IrOpcode::Value kSubOpcode = SubOpcode;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h120 dwarf::LineNumberExtendedOps SubOpcode; member
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp2230 constexpr IValueT SubOpcode = B1; // 0010 in sub() local
2231 emitType01(Cond, SubOpcode, OpRd, OpRn, OpSrc1, SetFlags, RdIsPcAndSetFlags, in sub()