Home
last modified time | relevance | path

Searched refs:archs (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitectureSet.cpp53 std::vector<Architecture> archs; in operator std::vector<Architecture>() local
57 archs.emplace_back(arch); in operator std::vector<Architecture>()
59 return archs; in operator std::vector<Architecture>()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp294 StringList archs; in arch_helper() local
296 ArchSpec::ListSupportedArchNames(archs); in arch_helper()
298 archs.Join("\n", g_archs_help); in arch_helper()
/freebsd/sys/contrib/device-tree/src/arc/
H A Dhaps_hs_idu.dts44 compatible = "snps,archs-intc";
50 compatible = "snps,archs-idu-intc";
69 compatible = "snps,archs-pct";
H A Dvdk_axc003_idu.dtsi31 core_intc: archs-intc@cpu {
32 compatible = "snps,archs-intc";
38 compatible = "snps,archs-idu-intc";
H A Dnsimosci_hs_idu.dts40 compatible = "snps,archs-intc";
46 compatible = "snps,archs-idu-intc";
93 compatible = "snps,archs-pct";
H A Daxc003_idu.dtsi45 core_intc: archs-intc@cpu {
46 compatible = "snps,archs-intc";
52 compatible = "snps,archs-idu-intc";
93 compatible = "snps,archs-pct";
H A Dvdk_axc003.dtsi30 core_intc: archs-intc@cpu {
31 compatible = "snps,archs-intc";
H A Dnsimosci_hs.dts42 compatible = "snps,archs-intc";
85 compatible = "snps,archs-pct";
H A Dhaps_hs.dts47 compatible = "snps,archs-intc";
64 compatible = "snps,archs-pct";
H A Daxc003.dtsi45 core_intc: archs-intc@cpu {
46 compatible = "snps,archs-intc";
86 compatible = "snps,archs-pct";
H A Dhsdk.dts77 compatible = "snps,archs-intc";
83 compatible = "snps,archs-idu-intc";
90 compatible = "snps,archs-pct";
105 compatible = "snps,archs-timer-gfrc";
H A Dskeleton_hs.dtsi35 compatible = "snps,archs-timer-rtc";
H A Dskeleton_hs_idu.dtsi53 compatible = "snps,archs-timer-gfrc";
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dsnps,archs-gfrc.txt6 - compatible : should be "snps,archs-gfrc"
12 compatible = "snps,archs-gfrc";
H A Dsnps,archs-rtc.txt6 - compatible : should be "snps,archs-rtc"
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsnps,archs-idu-intc.txt9 - compatible: "snps,archs-idu-intc"
31 compatible = "snps,archs-intc";
37 compatible = "snps,archs-idu-intc";
H A Dsnps,archs-intc.txt5 - compatible: "snps,archs-intc"
18 compatible = "snps,archs-intc";
/freebsd/sys/contrib/device-tree/Bindings/arc/
H A Darchs-pct.txt11 "snps,archs-pct"
16 compatible = "snps,archs-pct";
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1079 Platform::CreateArchList(llvm::ArrayRef<llvm::Triple::ArchType> archs, in CreateArchList() argument
1082 for(auto arch : archs) { in CreateArchList()
2163 PlatformSP PlatformList::GetOrCreate(llvm::ArrayRef<ArchSpec> archs, in GetOrCreate() argument
2167 candidates.reserve(archs.size()); in GetOrCreate()
2169 if (archs.empty()) in GetOrCreate()
2176 for (const ArchSpec &arch : archs) { in GetOrCreate()
2185 for (const ArchSpec &arch : archs) { in GetOrCreate()
2193 for (const ArchSpec &arch : archs) { in GetOrCreate()
2201 if (candidates.size() == archs.size()) { in GetOrCreate()
H A DTargetList.cpp184 std::vector<ArchSpec> archs; in CreateTargetInternal() local
186 archs.push_back(spec.GetArchitecture()); in CreateTargetInternal()
188 platform_list.GetOrCreate(archs, {}, candidates)) { in CreateTargetInternal()
/freebsd/contrib/file/magic/Magdir/
H A Dgnome42 # It's always "GVariant", it's byte swapped on incompatible archs
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h921 CreateArchList(llvm::ArrayRef<llvm::Triple::ArchType> archs,
1083 lldb::PlatformSP GetOrCreate(llvm::ArrayRef<ArchSpec> archs,
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp252 std::vector<StringRef> archs; in readFile() local
268 archs.emplace_back(getArchName(cpuType, cpuSubtype)); in readFile()
283 warn(path + ": ignoring file because it is universal (" + join(archs, ",") + in readFile()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td127 "a feature should either exist in all offload archs, or not exist in any "
128 "offload archs)">;
/freebsd/contrib/flex/
H A DNEWS388 ** Fixed table deserialization bug on big-endian archs. Patch sent from Bryce Nichols <bryce@bnicho…

12