Searched defs:ArchitectureSet (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitectureSet.cpp19 ArchitectureSet::ArchitectureSet(const std::vector<Architecture> &Archs) function in class:llvm::MachO::ArchitectureSet
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h29 class ArchitectureSet { class in namespace:llvm::MachO
39 constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {} function in class:llvm::MachO::ArchitectureSet
40 ArchitectureSet(Architecture Arch) : ArchitectureSet() { set(Arch); } function in class:llvm::MachO::ArchitectureSet
[all...]

Completed in 62 milliseconds