Home
last modified time | relevance | path

Searched refs:fvmlib (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DMachOYAML.h313 template <> struct MappingTraits<MachO::fvmlib> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
314 static void mapping(IO &IO, MachO::fvmlib &LoadCommand); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DMachOYAML.cpp388 void MappingTraits<MachO::fvmlib>::mapping(IO &IO, MachO::fvmlib &FVMLib) { in mapping()
396 IO.mapRequired("fvmlib", LoadCommand.fvmlib); in mapping()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h597 struct fvmlib { struct
607 struct fvmlib fvmlib; argument
1378 inline void swapStruct(fvmlib &C) { in swapStruct()
1388 swapStruct(C.fvmlib); in swapStruct()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DOptions.td1111 def fvmlib : Flag<["-"], "fvmlib">,