Searched refs:NListType (Results 1 – 5 of 5) sorted by relevance
66 using llvm::MachO::NListType;143 NListType type;
395 sout.type = static_cast<NListType>(sin->n_type & (N_STAB|N_TYPE)); in readBinary()427 sout.type = (NListType)(sin->n_type & N_TYPE); in readBinary()
264 struct ScalarEnumerationTraits<NListType> {265 static void enumeration(IO &io, NListType &value) { in enumeration()
1041 sym.type = static_cast<NListType>(stab.type); in addSymbols()
302 enum NListType : uint8_t { enum