Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h71 using llvm::MachO::DataRegionType;
218 DataRegionType kind;
H A DMachONormalizedFileFromAtoms.cpp1389 DataRegionType mode = DataRegionType(0); in buildDataInCodeArray()
1394 DataRegionType nextMode = (DataRegionType)ref->addend(); in buildDataInCodeArray()
H A DMachONormalizedFileYAML.cpp669 struct ScalarEnumerationTraits<DataRegionType> {
670 static void enumeration(IO &io, DataRegionType &value) { in enumeration()
H A DMachONormalizedFileBinaryReader.cpp503 (DataRegionType)read16((const uint8_t *)&dataInCode[i].kind, isBig); in readBinary()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h215 enum DataRegionType { enum