Home
last modified time | relevance | path

Searched defs:UniversalBinary (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h163 struct UniversalBinary { struct
164 FatHeader Header;
165 std::vector<FatArch> FatArchs;
166 std::vector<Object> Slices;
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp145 IO &IO, MachOYAML::UniversalBinary &UniversalBinary) { in mapping()