Home
last modified time | relevance | path

Searched refs:LoadCommandType (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h69 using llvm::MachO::LoadCommandType;
178 LoadCommandType kind;
253 LoadCommandType minOSVersionKind = (LoadCommandType)0;
H A DFile.h214 LoadCommandType minVersionLoadCommandKind() const { in minVersionLoadCommandKind()
217 void setMinVersionLoadCommandKind(LoadCommandType v) { in setMinVersionLoadCommandKind()
276 LoadCommandType _minVersionLoadCommandKind = (LoadCommandType)0;
H A DMachONormalizedFileYAML.cpp541 struct ScalarEnumerationTraits<LoadCommandType> {
542 static void enumeration(IO &io, LoadCommandType &value) { in enumeration()
729 io.mapOptional("min-os-version-kind", file.minOSVersionKind, (LoadCommandType)0); in mapping()
H A DMachONormalizedFileBinaryReader.cpp466 entry.kind = LoadCommandType(cmd); in readBinary()
488 f->minOSVersionKind = (LoadCommandType)cmd; in readBinary()
H A DMachONormalizedFileFromAtoms.cpp145 LoadCommandType minVersionCommandType() const { in minVersionCommandType()
207 LoadCommandType _minVersionCommandType = (LoadCommandType)0;
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h215 template <> struct ScalarEnumerationTraits<MachO::LoadCommandType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
216 static void enumeration(IO &io, MachO::LoadCommandType &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp243 MachO::LoadCommandType TempCmd = static_cast<MachO::LoadCommandType>( in mapping()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMachObjectWriter.cpp728 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()
872 MachO::LoadCommandType LCType in writeObject()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h92 enum LoadCommandType : uint32_t { enum