Parse a .debug$S section blob into YAML debug subsections.
Synopsis
Declared in <llvm/ObjectYAML/CodeViewYAMLDebugSections.h>
std::vector<YAMLDebugSubsection>
fromDebugS(
ArrayRef<uint8_t> Data,
codeview::StringsAndChecksumsRef const& SC);
Return Value
Parsed YAML debug subsections.
Parameters
Name |
Description |
Data |
Raw bytes of the |
SC |
String and checksum tables used to resolve file names. |
Created with MrDocs