Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp227 IO.mapOptional("StandardOpcodeData", LineTableOpcode.StandardOpcodeData); in mapping()
H A DDWARFEmitter.cpp548 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode()
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h136 std::vector<llvm::yaml::Hex64> StandardOpcodeData; member
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp455 NewOp.StandardOpcodeData.push_back(LineData.getULEB128(&Offset)); in dumpDebugLines()