Convert YAML debug subsections into CodeView debug subsections.
Synopsis
Declared in <llvm/ObjectYAML/CodeViewYAMLDebugSections.h>
Expected<std::vector<std::shared_ptr<codeview::DebugSubsection>>>
toCodeViewSubsectionList(
BumpPtrAllocator& Allocator,
ArrayRef<YAMLDebugSubsection> Subsections,
codeview::StringsAndChecksums const& SC);
Return Value
The CodeView subsections, or an error on failure.
Parameters
Name |
Description |
Allocator |
Allocator used for CodeView string and record storage. |
Subsections |
YAML subsections to convert. |
SC |
String and checksum tables shared by the subsections. |
Created with MrDocs