Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h75 struct SourceLineBlock { struct
96 std::vector<SourceLineBlock> Blocks; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp61 LLVM_YAML_IS_SEQUENCE_VECTOR(SourceLineBlock)
81 LLVM_YAML_DECLARE_MAPPING_TRAITS(SourceLineBlock)
278 void MappingTraits<SourceLineBlock>::mapping(IO &IO, SourceLineBlock &Obj) { in mapping()
591 SourceLineBlock Block; in fromCodeViewSubsection()