Home
last modified time | relevance | path

Searched defs:ArchType (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/TargetInfo/
H A DAArch64TargetInfo.cpp39 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo()
42 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/TargetInfo/
H A DBPFTargetInfo.cpp29 "BPF", [](Triple::ArchType) { return false; }, in LLVMInitializeBPFTargetInfo()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp112 std::optional<StringRef> ArchType; member
121 std::string ArchType; member
469 StringRef ArchType, in thinSlice()
625 const StringMap<const uint32_t> &Alignments, StringRef ArchType, in extractSlice()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp143 const llvm::Triple::ArchType ArchType = Triple.getArch(); in getX86TargetFeatures() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp300 llvm::SmallVector<llvm::Triple::ArchType, 4> supported_arch, in CreateInstance()
/openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp50 ArchType("arch_only", variable
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h46 enum ArchType { enum
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2688 llvm::Triple::ArchType ArchType = in EmitMultiVersionResolver() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp841 using ArchType = llvm::Triple::ArchType; in emitCompilerInformation() typedef