Home
last modified time | relevance | path

Searched refs:NListType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h66 using llvm::MachO::NListType;
143 NListType type;
H A DMachONormalizedFileBinaryReader.cpp395 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()
H A DMachONormalizedFileYAML.cpp264 struct ScalarEnumerationTraits<NListType> {
265 static void enumeration(IO &io, NListType &value) { in enumeration()
H A DMachONormalizedFileFromAtoms.cpp1041 sym.type = static_cast<NListType>(stab.type); in addSymbols()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h302 enum NListType : uint8_t { enum