Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AArch64/TargetInfo/
H A DAArch64TargetInfo.cpp39 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo()
42 [](Triple::ArchType) { return false; }, true); in LLVMInitializeAArch64TargetInfo()
/llvm-project/llvm/lib/Target/BPF/TargetInfo/
H A DBPFTargetInfo.cpp29 "BPF", [](Triple::ArchType) { return false; }, in LLVMInitializeBPFTargetInfo()
/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp152 const llvm::Triple::ArchType ArchType = Triple.getArch(); getX86TargetFeatures() local
/llvm-project/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp106 std::optional<StringRef> ArchType; global() member
115 std::string ArchType; global() member
466 thinSlice(LLVMContext & LLVMCtx,ArrayRef<OwningBinary<Binary>> InputBinaries,StringRef ArchType,StringRef OutputFileName) thinSlice() argument
624 extractSlice(LLVMContext & LLVMCtx,ArrayRef<OwningBinary<Binary>> InputBinaries,const StringMap<const uint32_t> & Alignments,StringRef ArchType,StringRef OutputFileName) extractSlice() argument
[all...]
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp313 CreateInstance(const char * class_name,const char * description,ConstString plugin_name,llvm::SmallVector<llvm::Triple::ArchType,4> supported_arch,llvm::Triple::OSType preferred_os,llvm::SmallVector<llvm::Triple::OSType,4> supported_os,llvm::SmallVector<llvm::StringRef,4> supported_triples,std::string sdk_name_primary,std::string sdk_name_secondary,lldb_private::XcodeSDK::Type sdk_type,CoreSimulatorSupport::DeviceType::ProductFamilyID kind,bool force,const ArchSpec * arch) CreateInstance() argument
/llvm-project/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp75 static std::optional<std::string> ArchType; global() variable
/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h46 enum ArchType { enum
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2846 llvm::Triple::ArchType ArchType = EmitMultiVersionResolver() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp847 using ArchType = llvm::Triple::ArchType; in emitCompilerInformation() typedef
[all...]