Module text_stub_library::yaml

source ·
Expand description

YAML structures in text stub files.

This module defines raw YAML primitives existing in text stub files / .tbd files.

See https://github.com/llvm/llvm-project/blob/main/llvm/lib/TextAPI/MachO/TextStub.cpp for specifications of the YAML files.

Structs

Version 1 of the TBD structure.
Version 2 of the TBD data structure.
Undefineds sections in a version 2 TBD structure.
Version 3 of the TBD data structure.
Export section in a TBD version 3 structure.
Undefineds section in a version 3 TBD structure.
Version 4 of the TBD data structure.
An allowable client in a TBD version 4 data structure.
(Re)export section in a TBD version 4 structure.
Undefineds sections in a version 4 TBD structure.
A UUID value in a TBD version 4 data structure.
Export section in a TBD version 1 or 2 structure.