Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h68 struct NListEntry { struct
69 uint32_t n_strx;
70 llvm::yaml::Hex8 n_type;
71 uint8_t n_sect;
72 uint16_t n_desc;
73 uint64_t n_value;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp193 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping()