Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp227 IO.mapOptional("StandardOpcodeData", LineTableOpcode.StandardOpcodeData); in mapping()
H A DDWARFEmitter.cpp547 for (auto OpData : Op.StandardOpcodeData) { in writeLineTableOpcode()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp455 NewOp.StandardOpcodeData.push_back(LineData.getULEB128(&Offset)); in dumpDebugLines()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h135 std::vector<llvm::yaml::Hex64> StandardOpcodeData; member