Home
last modified time | relevance | path

Searched refs:YAMLFrameData (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp67 LLVM_YAML_IS_SEQUENCE_VECTOR(YAMLFrameData)
75 LLVM_YAML_DECLARE_MAPPING_TRAITS(YAMLFrameData)
220 std::vector<YAMLFrameData> Frames;
309 void MappingTraits<YAMLFrameData>::mapping(IO &IO, YAMLFrameData &Obj) { in mapping()
714 YAMLFrameData YF; in fromCodeViewSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h46 struct YAMLFrameData { struct