Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h62 struct SourceLineEntry { struct
76 std::vector<SourceLineEntry> Lines; argument
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp56 LLVM_YAML_IS_SEQUENCE_VECTOR(SourceLineEntry)
75 LLVM_YAML_DECLARE_MAPPING_TRAITS(SourceLineEntry)
263 void MappingTraits<SourceLineEntry>::mapping(IO &IO, SourceLineEntry &Obj) { in input()
602 SourceLineEntry SLE; in fromCodeViewSubsection()