Home
last modified time | relevance | path

Searched defs:ArchitectureSet (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitectureSet.h39 constexpr ArchitectureSet(ArchSetType Raw) : ArchSet(Raw) {} in ArchitectureSet() function
40 ArchitectureSet(Architecture Arch) : ArchitectureSet() { set(Arch); } in ArchitectureSet() function
[all...]
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.h46 class ArchitectureSet; in LLVM_YAML_STRONG_TYPEDEF() local
H A DArchitectureSet.cpp19 ArchitectureSet::ArchitectureSet(const std::vector<Architecture> &Archs) in ArchitectureSet() function in llvm::MachO::ArchitectureSet
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DMachO.h28 using ArchitectureSet = llvm::MachO::ArchitectureSet; variable