Home
last modified time | relevance | path

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

/external/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;
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h60 struct NListEntry { struct
61 uint32_t n_strx;
62 uint8_t n_type;
63 uint8_t n_sect;
64 uint16_t n_desc;
65 uint64_t n_value;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h84 struct NListEntry { struct
85 uint32_t n_strx;
86 llvm::yaml::Hex8 n_type;
87 uint8_t n_sect;
88 uint16_t n_desc;
89 uint64_t n_value;
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp175 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp193 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp203 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping()