Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp141 IO.mapOptional("StandardOpcodeData", LineTableOpcode.StandardOpcodeData); in mapping()
DDWARFEmitter.cpp287 for (auto OpData : Op.StandardOpcodeData) { in EmitDebugLine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h125 std::vector<llvm::yaml::Hex64> StandardOpcodeData; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp339 NewOp.StandardOpcodeData.push_back(LineData.getULEB128(&Offset)); in dumpDebugLines()