Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h70 using llvm::MachO::DataRegionType;
217 DataRegionType kind;
H A DMachONormalizedFileFromAtoms.cpp1389 DataRegionType mode = DataRegionType(0); in buildDataInCodeArray()
1394 DataRegionType nextMode = (DataRegionType)ref->addend(); in buildDataInCodeArray()
H A DMachONormalizedFileYAML.cpp668 struct ScalarEnumerationTraits<DataRegionType> {
669 static void enumeration(IO &io, DataRegionType &value) { in enumeration()
H A DMachONormalizedFileBinaryReader.cpp502 (DataRegionType)read16((const uint8_t *)&dataInCode[i].kind, isBig); in readBinary()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h220 enum DataRegionType { enum