Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h68 using llvm::MachO::LoadCommandType;
177 LoadCommandType kind;
252 LoadCommandType minOSVersionKind = (LoadCommandType)0;
H A DFile.h215 LoadCommandType minVersionLoadCommandKind() const { in minVersionLoadCommandKind()
218 void setMinVersionLoadCommandKind(LoadCommandType v) { in setMinVersionLoadCommandKind()
277 LoadCommandType _minVersionLoadCommandKind = (LoadCommandType)0;
H A DMachONormalizedFileYAML.cpp540 struct ScalarEnumerationTraits<LoadCommandType> {
541 static void enumeration(IO &io, LoadCommandType &value) { in enumeration()
728 io.mapOptional("min-os-version-kind", file.minOSVersionKind, (LoadCommandType)0); in mapping()
H A DMachONormalizedFileBinaryReader.cpp465 entry.kind = LoadCommandType(cmd); in readBinary()
487 f->minOSVersionKind = (LoadCommandType)cmd; in readBinary()
H A DMachONormalizedFileFromAtoms.cpp144 LoadCommandType minVersionCommandType() const { in minVersionCommandType()
206 LoadCommandType _minVersionCommandType = (LoadCommandType)0;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h237 template <> struct ScalarEnumerationTraits<MachO::LoadCommandType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
238 static void enumeration(IO &io, MachO::LoadCommandType &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp138 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp319 LCDylib(LoadCommandType type, StringRef path, in LCDylib()
348 LoadCommandType type;
802 LoadCommandType lcType = in createLoadCommands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp244 MachO::LoadCommandType TempCmd = static_cast<MachO::LoadCommandType>( in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp744 static MachO::LoadCommandType getLCFromMCVM(MCVersionMinType Type) { in getLCFromMCVM()
889 MachO::LoadCommandType LCType in writeObject()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h97 enum LoadCommandType : uint32_t { enum