HomeSort by: relevance | last modified time | path
    Searched refs:YAMLDebugSubsection (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 110 struct YAMLDebugSubsection {
111 static Expected<YAMLDebugSubsection>
122 ArrayRef<YAMLDebugSubsection> Subsections,
125 std::vector<YAMLDebugSubsection>
128 void initializeStringsAndChecksums(ArrayRef<YAMLDebugSubsection> Sections,
135 LLVM_YAML_DECLARE_MAPPING_TRAITS(CodeViewYAML::YAMLDebugSubsection)
137 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::YAMLDebugSubsection)
COFFYAML.h 73 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PdbYaml.h 73 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;
YAMLOutputStyle.cpp 257 CodeViewYAML::YAMLDebugSubsection::fromCodeViewSubection(SC, SS);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 370 void MappingTraits<YAMLDebugSubsection>::mapping(
371 IO &IO, YAMLDebugSubsection &Subsection) {
748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections,
788 YAMLDebugSubsection Subsection;
890 Expected<YAMLDebugSubsection>
891 YAMLDebugSubsection::fromCodeViewSubection(const StringsAndChecksumsRef &SC,
900 std::vector<YAMLDebugSubsection>
913 std::vector<YAMLDebugSubsection> Result;
916 auto YamlSS = Err(YAMLDebugSubsection::fromCodeViewSubection(SC, SS));
923 ArrayRef<YAMLDebugSubsection> Sections, codeview::StringsAndChecksums &SC)
    [all...]
COFFEmitter.cpp 179 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections,

Completed in 18 milliseconds